Home
last modified time | relevance | path

Searched defs:BIGNUM_Ptr (Results 1 – 4 of 4) 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/security/keymint/support/include/keymint_support/
Dopenssl_utils.h47 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.cpp164 using BIGNUM_Ptr = bssl::UniquePtr<BIGNUM>; typedef