Home
last modified time | relevance | path

Searched refs:BIGNUM_Delete (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/
Dopenssl_utils.h27 struct BIGNUM_Delete { struct
Dasymmetric_key.cpp140 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
175 UniquePtr<BIGNUM, BIGNUM_Delete> public_exponent_bn(BN_new()); in ImportKey()
342 UniquePtr<BIGNUM, BIGNUM_Delete> extracted_bn(BN_bin2bn(blob.data, blob.data_length, NULL)); in GetOrCheckDsaParam()
/system/security/softkeymaster/
Dkeymaster_openssl.cpp39 struct BIGNUM_Delete { struct
44 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument
/system/security/keystore/
Dkeystore.cpp76 struct BIGNUM_Delete { struct
81 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; argument