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

  /system/keymaster/
openssl_utils.h 27 struct BIGNUM_Delete {
asymmetric_key.cpp 140 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new());
175 UniquePtr<BIGNUM, BIGNUM_Delete> public_exponent_bn(BN_new());
342 UniquePtr<BIGNUM, BIGNUM_Delete> extracted_bn(BN_bin2bn(blob.data, blob.data_length, NULL));
  /hardware/samsung_slsi/exynos5/libkeymaster/
keymaster_mobicore.cpp 41 struct BIGNUM_Delete {
46 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
  /system/security/softkeymaster/
keymaster_openssl.cpp 39 struct BIGNUM_Delete {
44 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 162 struct BIGNUM_Delete {
167 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]
  /system/security/keystore/
keystore.cpp 76 struct BIGNUM_Delete {
81 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 164 struct BIGNUM_Delete {
169 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]

Completed in 535 milliseconds