Searched refs:pe (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | EVP_PKEY_asn1_get_count.pod | 18 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type); 19 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe, 38 If B<pe> isn't B<NULL>, then it will look up an engine implementing a 40 and also set B<*pe> to point at the engine that implements it. 44 Just like EVP_PKEY_asn1_find(), if B<pe> isn't B<NULL>, then it will 46 B<type> and return that instead, and also set B<*pe> to point at the
|
/openssl-master/crypto/asn1/ |
A D | ameth_lib.c | 82 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type) in EVP_PKEY_asn1_find() argument 92 if (pe) { in EVP_PKEY_asn1_find() 98 *pe = e; in EVP_PKEY_asn1_find() 102 *pe = NULL; in EVP_PKEY_asn1_find() 107 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe, in EVP_PKEY_asn1_find_str() argument 115 if (pe) { in EVP_PKEY_asn1_find_str() 126 *pe = e; in EVP_PKEY_asn1_find_str() 130 *pe = NULL; in EVP_PKEY_asn1_find_str()
|
/openssl-master/crypto/engine/ |
A D | tb_asnmth.c | 188 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe, in ENGINE_pkey_asn1_find_str() argument 211 *pe = fstr.e; in ENGINE_pkey_asn1_find_str()
|
/openssl-master/crypto/objects/ |
A D | objects.txt | 464 id-pkix 1 : id-pe 502 id-pe 3 : qcStatements 503 id-pe 4 : ac-auditEntity 504 id-pe 5 : ac-targeting 505 id-pe 6 : aaControls 506 id-pe 7 : sbgp-ipAddrBlock 507 id-pe 8 : sbgp-autonomousSysNum 508 id-pe 9 : sbgp-routerIdentifier 509 id-pe 10 : ac-proxying 514 id-pe 28 : sbgp-ipAddrBlockv2 [all …]
|
/openssl-master/include/openssl/ |
A D | engine.h | 594 const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
|
A D | evp.h | 1561 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type); 1562 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
|
/openssl-master/test/ |
A D | danetest.in | 47 # << 'EOF' perl -pe 'BEGIN {$t = 0; $/="\n\n"} if (s/\A\s*# \d+\s*?\n//sm) {printf "# %d\n", ++$t}'
|
/openssl-master/ |
A D | CHANGES.md | 12498 pe 8 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
|
Completed in 38 milliseconds