Home
last modified time | relevance | path

Searched refs:Unique_BIGNUM (Results 1 – 2 of 2) sorted by relevance

/system/security/softkeymaster/
Dkeymaster_openssl.cpp43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; typedef
332 Unique_BIGNUM bn(BN_new()); in generate_rsa_keypair()
/system/security/keystore/
Dkeystore.cpp89 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; typedef
1953 Unique_BIGNUM pubExpBn( in generate()