Home
last modified time | relevance | path

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

/system/keymaster/
Dopenssl_utils.h39 struct BIGNUM_Delete { struct
Dopenssl_utils.cpp88 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
Drsa_key_factory.cpp77 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
Dkeymaster0_engine.cpp299 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn( in data_too_large_for_public_modulus()
/system/security/softkeymaster/
Dkeymaster_openssl.cpp40 struct BIGNUM_Delete { struct
43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument
/system/security/keystore/
Dkeystore.cpp86 struct BIGNUM_Delete { struct
91 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument