Home
last modified time | relevance | path

Searched refs:ASN1_INTEGER_Ptr (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp165 using ASN1_INTEGER_Ptr = bssl::UniquePtr<ASN1_INTEGER>; typedef
1112 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()