/openssl-master/test/recipes/ |
A D | 02-test_errstr.t | 111 my $first = shift; 116 $first =~ s/\s+$//; 119 $desc = "match '$first' ($desc) with one of ( '" 122 $desc = "match '$first' ($desc) with '$strings[0]'"; 126 grep { ref $_ eq 'Regexp' ? $first =~ $_ : $first eq $_ }
|
/openssl-master/util/perl/OpenSSL/ |
A D | OID.pm | 172 my @first = _pairmap { 182 @first, 274 my $first = shift(@numbers) * 40 + shift(@numbers); 275 @numbers = ( $first, map { _gen_oid_bytes($_) } @numbers );
|
/openssl-master/crypto/asn1/ |
A D | t_bitst.c | 19 char first = 1; in ASN1_BIT_STRING_name_print() local 23 if (!first) in ASN1_BIT_STRING_name_print() 26 first = 0; in ASN1_BIT_STRING_name_print()
|
A D | f_string.c | 53 int num = 0, slen = 0, first = 1; in a2i_ASN1_STRING() local 58 if (first) in a2i_ASN1_STRING() 63 first = 0; in a2i_ASN1_STRING()
|
A D | f_int.c | 59 int num = 0, slen = 0, first = 1; in a2i_ASN1_INTEGER() local 93 if (first) { in a2i_ASN1_INTEGER() 94 first = 0; in a2i_ASN1_INTEGER()
|
A D | a_object.c | 55 int i, first, len = 0, c, use_bn; in a2d_ASN1_OBJECT() local 71 first = c - '0'; in a2d_ASN1_OBJECT() 118 if ((first < 2) && (l >= 40)) { in a2d_ASN1_OBJECT() 123 if (!BN_add_word(bl, first * 40)) in a2d_ASN1_OBJECT() 126 l += (long)first *40; in a2d_ASN1_OBJECT()
|
/openssl-master/test/ssl-tests/ |
A D | 08-npn.cnf | 8 test-3 = 3-npn-client-first-pref-on-mismatch 123 [3-npn-client-first-pref-on-mismatch] 124 ssl_conf = 3-npn-client-first-pref-on-mismatch-ssl 126 [3-npn-client-first-pref-on-mismatch-ssl] 127 server = 3-npn-client-first-pref-on-mismatch-server 128 client = 3-npn-client-first-pref-on-mismatch-client 130 [3-npn-client-first-pref-on-mismatch-server] 135 [3-npn-client-first-pref-on-mismatch-client] 146 [3-npn-client-first-pref-on-mismatch-server-extra] 149 [3-npn-client-first-pref-on-mismatch-client-extra] [all …]
|
A D | 23-srp.cnf.in | 58 # Server fails first with bad client Finished. 103 # Server fails first with bad client Finished.
|
/openssl-master/util/ |
A D | su-filter.pl | 186 my $first = 1; 216 if($first) { 217 $first = 0;
|
/openssl-master/crypto/ |
A D | info.c | 119 int first = 1; \ in DEFINE_RUN_ONCE_STATIC() 122 if (!first) \ in DEFINE_RUN_ONCE_STATIC() 124 first = 0; \ in DEFINE_RUN_ONCE_STATIC()
|
/openssl-master/crypto/x509/ |
A D | t_x509.c | 344 char oidstr[80], first; in X509_aux_print() local 354 first = 1; in X509_aux_print() 357 if (!first) in X509_aux_print() 360 first = 0; in X509_aux_print() 369 first = 1; in X509_aux_print() 372 if (!first) in X509_aux_print() 375 first = 0; in X509_aux_print()
|
A D | v3_crld.c | 182 int first = 1; in print_reasons() local 187 if (first) in print_reasons() 188 first = 0; in print_reasons() 194 if (first) in print_reasons()
|
/openssl-master/doc/man3/ |
A D | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 26 OSSL_CRMF_MSG_get0_regInfo_utf8Pairs() returns the first utf8Pairs regInfo 32 OSSL_CRMF_MSG_get0_regInfo_certReq() returns the first certReq regInfo
|
A D | X509_NAME_get_index_by_NID.pod | 45 the "text" from the first entry in B<name> which matches B<nid> or 57 of minimal use in practice. They can only find the first matching 73 can be determined first by checking OBJ_nid2obj(nid) is not NULL.
|
A D | SSL_CTX_use_certificate.pod | 77 SSL_CTX_use_certificate_file() loads the first certificate stored in B<file> 122 SSL_CTX_use_PrivateKey_file() adds the first private key found in 125 SSL_CTX_use_RSAPrivateKey_file() adds the first private RSA key found in 126 B<file> to B<ctx>. SSL_use_PrivateKey_file() adds the first private key found 127 in B<file> to B<ssl>; SSL_use_RSAPrivateKey_file() adds the first private 150 SSL_CTX_use_certificate_chain_file() adds the first certificate found
|
A D | UI_STRING.pod | 86 For B<UIT_BOOLEAN> type UI strings, this sets the first character of 87 the result retrievable with UI_get0_result_string() to the first 89 if the B<result> matched any of them, or the first of the
|
A D | OSSL_ESS_check_signing_certs.pod | 47 The certificate identified by their first entry must be the first element of
|
A D | BF_encrypt.pod | 57 It encrypts or decrypts the first 64 bits of B<in> using the key B<key>, 61 everything after the first 64 bits is ignored. 96 encryption. They encrypt/decrypt the first 64 bits of the vector pointed by
|
/openssl-master/crypto/des/asm/ |
A D | des_enc.m4 | 119 ! parameter 3 result left (modify in first round) 120 ! parameter 4 result right (use in first round) 268 ! parameter 1 first work (left in first round) 269 ! parameter 2 first use (right in first round) 762 ! first in memory to rightmost in register 813 ! first in memory to rightmost in register 935 ! rightmost in register to first in memory 1101 ! implemented with out5 as first parameter to avoid 1222 ld [in3], out0 ! key 7531 first round 1225 ld [in3+4], out1 ! key 8642 first round [all …]
|
/openssl-master/doc/man1/ |
A D | openssl-namedisplay-options.pod | 22 The first four are the most commonly used. 88 Convert all strings to UTF-8 format first as required by RFC 2253. 94 In addition, any UTF8Strings will be converted to their character form first. 133 Specify the field separators. The first word is used between the
|
A D | openssl-passphrase-options.pod | 49 The first line of I<pathname> is the password. If the same I<pathname> 50 argument is supplied to B<-passin> and B<-passout> arguments then the first
|
/openssl-master/test/ |
A D | README.md | 80 first token in the list, the current set of tests is first 88 If this is the first token in the list, the current set of 89 tests is first assigned the whole set of available tests,
|
/openssl-master/doc/ |
A D | openssl-c-indent.el | 58 (topmost-intro-cont first c-lineup-topmost-intro-cont
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpciph_chacha.txt | 34 #Counter (first 4 bytes) expressed in little-endian order 42 #Counter (first 4 bytes) expressed in little-endian order
|
/openssl-master/crypto/objects/ |
A D | obj_dat.c | 452 int i, n = 0, len, nid, first, use_bn; in OBJ_obj2txt() local 480 first = 1; in OBJ_obj2txt() 512 if (first) { in OBJ_obj2txt() 513 first = 0; in OBJ_obj2txt()
|