Home
last modified time | relevance | path

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

/system/keymaster/
Dopenssl_utils.h38 struct BIGNUM_Delete { struct
39 void operator()(BIGNUM* p) const { BN_free(p); } in operator()
/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