Searched refs:BIGNUM_Ptr (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 169 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()
|
D | openssl_utils.h | 32 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
|
D | keymaster_hidl_hal_test.cpp | 2636 BIGNUM_Ptr n_minus_1(BN_new()); in TEST_P()
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | openssl_utils.h | 47 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 213 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/ |
D | attestation_record.cpp | 229 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()
|
D | remote_prov_utils.cpp | 99 BIGNUM_Ptr x(BN_new()); in getAffineCoordinates() 100 BIGNUM_Ptr y(BN_new()); in getAffineCoordinates()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 228 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/ |
D | openssl_utils.h | 40 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 164 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/ |
D | KeyMintAidlTestBase.cpp | 1689 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/ |
D | keymaster_hidl_hal_test.cpp | 2468 BIGNUM_Ptr n_minus_1(BN_new()); in TEST_P()
|