Searched refs:auth_key (Results 1 – 1 of 1) sorted by relevance
89 AUTHORITY_KEYID_Ptr auth_key(AUTHORITY_KEYID_new()); in makeAuthorityKeyExtension() local90 if (!auth_key) { in makeAuthorityKeyExtension()94 auth_key->keyid = ASN1_OCTET_STRING_new(); in makeAuthorityKeyExtension()95 if (auth_key->keyid == nullptr) { in makeAuthorityKeyExtension()99 if (!ASN1_OCTET_STRING_set(auth_key->keyid, keyid.data(), keyid.size())) { in makeAuthorityKeyExtension()103 return auth_key; in makeAuthorityKeyExtension()