HomeSort by relevance Sort by last modified time
    Searched refs:Unique_BIGNUM (Results 1 - 3 of 3) sorted by null

  /system/security/softkeymaster/
keymaster_openssl.cpp 43 typedef std::unique_ptr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
326 Unique_BIGNUM bn(BN_new());
  /system/security/keystore/
key_store_service.cpp 55 typedef std::unique_ptr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
403 Unique_BIGNUM pubExpBn(BN_bin2bn(
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 167 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]

Completed in 672 milliseconds