Searched refs:attest_str (Results 1 – 1 of 1) sorted by relevance
162 ASN1_OCTET_STRING_Ptr attest_str(ASN1_OCTET_STRING_new()); in build_attestation_extension() local163 if (!attest_str.get() || in build_attestation_extension()164 !ASN1_OCTET_STRING_set(attest_str.get(), attest_bytes.get(), attest_bytes_len)) in build_attestation_extension()168 X509_EXTENSION_create_by_OBJ(nullptr, oid.get(), 0 /* not critical */, attest_str.get())); in build_attestation_extension()