Searched refs:components (Results 1 – 25 of 75) sorted by relevance
123
| /mirbsd/src/gnu/usr.bin/perl/lib/Filter/ |
| D | Simple.pm | 105 local @components; 107 if (ref()) { push @components, $_; $instr=0 } 108 elsif ($instr) { $components[-1] .= $_ } 109 else { push @components, $_; $instr=1 } 117 @components; 118 @components = grep { ref $_ } @components; 120 s/$extractor/${$components[unpack('N',$1)]}/g; 124 $_ = join "", map $selector->(@_), @components;
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | d2i_DSAPublicKey.pod | 37 components structure. 43 components. 57 all the private key components present.
|
| D | DSA_SIG_new.pod | 19 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
|
| D | DH_new.pod | 19 DH_free() frees the B<DH> structure and its components. The values are
|
| D | RSA_new.pod | 20 RSA_free() frees the B<RSA> structure and its components. The key is
|
| D | DSA_new.pod | 20 DSA_free() frees the B<DSA> structure and its components. The values are
|
| D | RSA_print.pod | 30 A human-readable hexadecimal output of the components of the RSA
|
| D | BN_new.pod | 30 BN_free() frees the components of the B<BIGNUM>, and if it was created
|
| D | BN_CTX_new.pod | 28 BN_CTX_free() frees the components of the B<BN_CTX>, and if it was
|
| D | d2i_RSAPublicKey.pod | 50 all the PKCS#1 private key components present.
|
| D | BN_mod_mul_reciprocal.pod | 36 BN_RECP_CTX_free() frees the components of the B<BN_RECP>, and, if it
|
| D | dh.pod | 48 The B<DH> structure consists of several BIGNUM components.
|
| D | RAND_set_rand_method.pod | 48 The components point to the implementation of RAND_seed(),
|
| D | BN_mod_mul_montgomery.pod | 44 BN_MONT_CTX_free() frees the components of the B<BN_MONT_CTX>, and, if
|
| D | dsa.pod | 73 The B<DSA> structure consists of several BIGNUM components.
|
| D | rsa.pod | 68 The B<RSA> structure consists of several BIGNUM components. It can
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | dsa.pod | 29 forms and their components printed out. B<Note> This command uses the 41 version (currently zero), p, q, g, the public and private key components 89 prints out the public, private key components and parameters. 145 To print out the components of a private key to standard output:
|
| D | rsa.pod | 32 forms and their components printed out. B<Note> this command uses the 95 prints out the various public or private key components in 168 To print out the components of a private key to standard output:
|
| D | spkac.pod | 115 A created SPKAC with suitable DN components appended can be fed into
|
| /mirbsd/src/usr.sbin/httpd/src/modules/ |
| D | README | 26 This directory houses modules which test various components
|
| /mirbsd/src/usr.bin/ssh/ |
| D | LICENCE | 3 The licences which components of this software fall under are as 4 follows. First, we will summarize and say that all components 28 these restrictively licenced software components which he talks about 169 Remaining components of the software are provided under a standard
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | writemain.SH | 39 : Remove any .a suffixes and any leading path components
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_protocol.c | 667 array_header *components; in ap_make_etag_orig() local 680 components = ap_make_array(r->pool, 4, sizeof(char *)); in ap_make_etag_orig() 682 ent = (char **) ap_push_array(components); in ap_make_etag_orig() 687 ent = (char **) ap_push_array(components); in ap_make_etag_orig() 692 ent = (char **) ap_push_array(components); in ap_make_etag_orig() 695 ent = (char **) components->elts; in ap_make_etag_orig() 697 for (i = 0; i < components->nelts; ++i) { in ap_make_etag_orig()
|
| /mirbsd/src/gnu/usr.bin/perl/vos/ |
| D | install_perl.cm | 1 & Macro to install the perl components into the right directories
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Filter/Simple/ |
| D | Changes | 94 - Added @components variable (thanks Dean)
|
123