Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dopenssl_utils.h72 typedef OpenSslObjectDeleter<BIGNUM, void, BN_free> BIGNUM_Delete; typedef
73 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr;
/aosp12/system/keymaster/km_openssl/
H A Dopenssl_utils.cpp162 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
H A Dattestation_record.cpp722 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); in build_auth_list()
1119 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in get_ulong()