HomeSort by relevance Sort by last modified time
    Searched refs:Unique_BIGNUM (Results 1 - 4 of 4) 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;
224 Unique_BIGNUM bn(BN_new());
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 99 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 166 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]

Completed in 24 milliseconds