Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 75) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/lib/Filter/
DSimple.pm105 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/
Dd2i_DSAPublicKey.pod37 components structure.
43 components.
57 all the private key components present.
DDSA_SIG_new.pod19 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
DDH_new.pod19 DH_free() frees the B<DH> structure and its components. The values are
DRSA_new.pod20 RSA_free() frees the B<RSA> structure and its components. The key is
DDSA_new.pod20 DSA_free() frees the B<DSA> structure and its components. The values are
DRSA_print.pod30 A human-readable hexadecimal output of the components of the RSA
DBN_new.pod30 BN_free() frees the components of the B<BIGNUM>, and if it was created
DBN_CTX_new.pod28 BN_CTX_free() frees the components of the B<BN_CTX>, and if it was
Dd2i_RSAPublicKey.pod50 all the PKCS#1 private key components present.
DBN_mod_mul_reciprocal.pod36 BN_RECP_CTX_free() frees the components of the B<BN_RECP>, and, if it
Ddh.pod48 The B<DH> structure consists of several BIGNUM components.
DRAND_set_rand_method.pod48 The components point to the implementation of RAND_seed(),
DBN_mod_mul_montgomery.pod44 BN_MONT_CTX_free() frees the components of the B<BN_MONT_CTX>, and, if
Ddsa.pod73 The B<DSA> structure consists of several BIGNUM components.
Drsa.pod68 The B<RSA> structure consists of several BIGNUM components. It can
/mirbsd/src/lib/libssl/src/doc/apps/
Ddsa.pod29 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:
Drsa.pod32 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:
Dspkac.pod115 A created SPKAC with suitable DN components appended can be fed into
/mirbsd/src/usr.sbin/httpd/src/modules/
DREADME26 This directory houses modules which test various components
/mirbsd/src/usr.bin/ssh/
DLICENCE3 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/
Dwritemain.SH39 : Remove any .a suffixes and any leading path components
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c667 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/
Dinstall_perl.cm1 & Macro to install the perl components into the right directories
/mirbsd/src/gnu/usr.bin/perl/lib/Filter/Simple/
DChanges94 - Added @components variable (thanks Dean)

123