Searched refs:auth_key (Results 1 – 1 of 1) sorted by relevance
88 AUTHORITY_KEYID_Ptr auth_key(AUTHORITY_KEYID_new()); in makeAuthorityKeyExtension() local89 if (!auth_key) { in makeAuthorityKeyExtension()93 auth_key->keyid = ASN1_OCTET_STRING_new(); in makeAuthorityKeyExtension()94 if (auth_key->keyid == nullptr) { in makeAuthorityKeyExtension()98 if (!ASN1_OCTET_STRING_set(auth_key->keyid, keyid.data(), keyid.size())) { in makeAuthorityKeyExtension()102 return auth_key; in makeAuthorityKeyExtension()