Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dopenssl_utils.h47 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dopenssl_utils.h32 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dopenssl_utils.h40 typedef std::unique_ptr<BIGNUM, UniquePtrDeleter<BIGNUM, BN_free>> BIGNUM_Ptr; typedef
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dopenssl_utils.h73 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr; typedef
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp163 using BIGNUM_Ptr = bssl::UniquePtr<BIGNUM>; typedef