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

  /system/keymaster/
openssl_utils.h 69 typedef OpenSslObjectDeleter<BIGNUM, BN_free> BIGNUM_Delete;
70 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr;
openssl_utils.cpp 128 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new());
rsa_key_factory.cpp 83 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new());
keymaster0_engine.cpp 294 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn(
attestation_record.cpp 404 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new());
644 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr));
    [all...]
  /system/security/softkeymaster/
keymaster_openssl.cpp 40 struct BIGNUM_Delete {
43 typedef std::unique_ptr<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/
key_store_service.cpp 52 struct BIGNUM_Delete {
55 typedef std::unique_ptr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
    [all...]

Completed in 237 milliseconds