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/
Dkey_store_service.cpp45 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; typedef
312 Unique_BIGNUM pubExpBn(BN_bin2bn( in generate()