Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h74 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr; typedef
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h41 using BIGNUM_Ptr = bssl::UniquePtr<BIGNUM>; variable