Searched refs:pkey_dig (Results 1 – 1 of 1) sorted by relevance
60 unsigned char pkey_dig[EVP_MAX_MD_SIZE]; in ossl_x509_pubkey_hash() local80 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 5 milliseconds