Searched refs:ASN1_INTEGER_Ptr (Results 1 – 1 of 1) sorted by relevance
165 using ASN1_INTEGER_Ptr = bssl::UniquePtr<ASN1_INTEGER>; typedef1112 auto asnSerial = ASN1_INTEGER_Ptr(BN_to_ASN1_INTEGER(bignumSerial, nullptr)); in ecKeyPairGetPkcs12()1270 auto asnSerial = ASN1_INTEGER_Ptr(BN_to_ASN1_INTEGER(bignumSerial, nullptr)); in ecPublicKeyGenerateCertificate()