Searched refs:BIGNUM_Delete (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/ |
D | openssl_utils.h | 69 typedef OpenSslObjectDeleter<BIGNUM, BN_free> BIGNUM_Delete; typedef 70 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr;
|
D | openssl_utils.cpp | 134 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
|
D | rsa_key_factory.cpp | 83 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
|
D | attestation_record.cpp | 404 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); in build_auth_list() 625 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in get_ulong()
|
D | keymaster0_engine.cpp | 294 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn( in data_too_large_for_public_modulus()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 40 struct BIGNUM_Delete { struct 43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument
|
/system/security/keystore/ |
D | key_store_service.cpp | 52 struct BIGNUM_Delete { struct 55 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
|