Home
last modified time | relevance | path

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

/system/keymaster/
Dopenssl_utils.h38 struct BIGNUM_Delete { struct
Drsa_key_factory.cpp77 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
Dkeymaster0_engine.cpp352 unique_ptr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
/system/security/softkeymaster/
Dkeymaster_openssl.cpp40 struct BIGNUM_Delete { struct
43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument
/system/security/keystore/
Dkeystore.cpp84 struct BIGNUM_Delete { struct
89 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument