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

  /hardware/samsung_slsi/exynos5/libkeymaster/
keymaster_mobicore.cpp 46 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
266 Unique_BIGNUM bn_mod(BN_new());
272 Unique_BIGNUM bn_exp(BN_new());
  /system/security/softkeymaster/
keymaster_openssl.cpp 44 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
348 Unique_BIGNUM bn(BN_new());
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 169 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]
  /system/security/keystore/
keystore.cpp 81 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 167 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]

Completed in 384 milliseconds