Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/3.0/vts/functional/
Dopenssl_utils.h32 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dopenssl_utils.h40 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp615 using BIGNUM_Ptr = unique_ptr<BIGNUM, BIGNUM_Deleter>; typedef