Searched refs:pkey_dig (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_skid.c | 60 unsigned char pkey_dig[EVP_MAX_MD_SIZE]; in ossl_x509_pubkey_hash() local 80 if (EVP_Digest(pk, pklen, pkey_dig, &diglen, md, NULL) in ossl_x509_pubkey_hash() 81 && ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) { in ossl_x509_pubkey_hash()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_skid.c | 60 unsigned char pkey_dig[EVP_MAX_MD_SIZE]; in ossl_x509_pubkey_hash() local 80 if (EVP_Digest(pk, pklen, pkey_dig, &diglen, md, NULL) in ossl_x509_pubkey_hash() 81 && ASN1_OCTET_STRING_set(oct, pkey_dig, diglen)) { in ossl_x509_pubkey_hash()
|
Completed in 2 milliseconds