Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h70 typedef OpenSslObjectDeleter<BIGNUM, BN_free> BIGNUM_Delete; typedef
71 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr;
/system/keymaster/km_openssl/
Dopenssl_utils.cpp129 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
Drsa_key_factory.cpp81 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
Dattestation_record.cpp294 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); in build_auth_list()
538 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in get_ulong()
/system/keymaster/legacy_support/
Dkeymaster0_engine.cpp294 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn( in data_too_large_for_public_modulus()
/system/security/keystore/
Dkey_store_service.cpp73 struct BIGNUM_Delete { struct
76 typedef std::unique_ptr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;