Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp169 BIGNUM_Ptr one(BN_new()); in construct_uint_max()
179 BIGNUM_Ptr uint_max(construct_uint_max()); in BignumToUint64()
180 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64()
195 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
203 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
Dopenssl_utils.h32 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
Dkeymaster_hidl_hal_test.cpp2636 BIGNUM_Ptr n_minus_1(BN_new()); in TEST_P()
/hardware/interfaces/security/keymint/support/include/keymint_support/
Dopenssl_utils.h47 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp213 BIGNUM_Ptr one(BN_new()); in construct_uint_max()
223 BIGNUM_Ptr uint_max(construct_uint_max()); in BignumToUint64()
224 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64()
239 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
247 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
/hardware/interfaces/security/keymint/support/
Dattestation_record.cpp229 BIGNUM_Ptr one(BN_new()); in construct_uint_max()
239 BIGNUM_Ptr uint_max(construct_uint_max()); in BignumToUint64()
240 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64()
255 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
263 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
Dremote_prov_utils.cpp99 BIGNUM_Ptr x(BN_new()); in getAffineCoordinates()
100 BIGNUM_Ptr y(BN_new()); in getAffineCoordinates()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp228 BIGNUM_Ptr one(BN_new()); in construct_uint_max()
238 BIGNUM_Ptr uint_max(construct_uint_max()); in BignumToUint64()
239 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64()
254 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
262 BIGNUM_Ptr num(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in copyAuthTag()
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dopenssl_utils.h40 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp164 using BIGNUM_Ptr = bssl::UniquePtr<BIGNUM>; typedef
774 auto bn = BIGNUM_Ptr(BN_bin2bn(key.data(), key.size(), nullptr)); in signEcDsaDigest()
1044 auto bn = BIGNUM_Ptr(BN_bin2bn(privateKey.data(), privateKey.size(), nullptr)); in ecPrivateKeyToKeyPair()
1111 auto bignumSerialPtr = BIGNUM_Ptr(bignumSerial); in ecKeyPairGetPkcs12()
1224 auto bn = BIGNUM_Ptr(BN_bin2bn(signingKey.data(), signingKey.size(), nullptr)); in ecPublicKeyGenerateCertificate()
1269 auto bignumSerialPtr = BIGNUM_Ptr(bignumSerial); in ecPublicKeyGenerateCertificate()
1381 auto bn = BIGNUM_Ptr(BN_bin2bn(privateKey.data(), privateKey.size(), nullptr)); in ecdh()
1730 auto rBn = BIGNUM_Ptr(BN_bin2bn(ecdsaCoseSignature.data(), 32, nullptr)); in ecdsaSignatureCoseToDer()
1736 auto sBn = BIGNUM_Ptr(BN_bin2bn(ecdsaCoseSignature.data() + 32, 32, nullptr)); in ecdsaSignatureCoseToDer()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp1689 BIGNUM_Ptr ser(BN_new()); in verify_serial()
1756 BIGNUM_Ptr serial(BN_new()); in build_serial_blob()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp2468 BIGNUM_Ptr n_minus_1(BN_new()); in TEST_P()