Home
last modified time | relevance | path

Searched refs:ameth2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dloader_file.c445 EVP_PKEY_ASN1_METHOD *ameth2 = NULL; in try_decode_PrivateKey() local
449 if (!asn1meths(curengine, &ameth2, NULL, nids[i])) in try_decode_PrivateKey()
451 if (ameth2 == NULL in try_decode_PrivateKey()
452 || ameth2->pkey_flags & ASN1_PKEY_ALIAS) in try_decode_PrivateKey()
455 tmp_pkey = d2i_PrivateKey(ameth2->pkey_id, NULL, in try_decode_PrivateKey()
/netbsd/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c559 EVP_PKEY_ASN1_METHOD *ameth2 = NULL; in try_decode_PrivateKey() local
564 if (!asn1meths(curengine, &ameth2, NULL, nids[i]) in try_decode_PrivateKey()
567 ameth2) in try_decode_PrivateKey()