OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIGNUM_Delete
(Results
1 - 9
of
9
) 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
134
UniquePtr<BIGNUM,
BIGNUM_Delete
> order(BN_new());
rsa_key_factory.cpp
77
UniquePtr<BIGNUM,
BIGNUM_Delete
> exponent(BN_new());
attestation_record.cpp
358
UniquePtr<BIGNUM,
BIGNUM_Delete
> bn_value(BN_new());
561
UniquePtr<BIGNUM,
BIGNUM_Delete
> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr));
keymaster0_engine.cpp
312
unique_ptr<BIGNUM,
BIGNUM_Delete
> input_as_bn(
/system/security/softkeymaster/
keymaster_openssl.cpp
40
struct
BIGNUM_Delete
{
43
typedef UniquePtr<BIGNUM,
BIGNUM_Delete
> Unique_BIGNUM;
/system/security/keystore/
key_store_service.cpp
42
struct
BIGNUM_Delete
{
45
typedef UniquePtr<BIGNUM,
BIGNUM_Delete
> Unique_BIGNUM;
[
all
...]
/hardware/libhardware/tests/keymaster/
keymaster_test.cpp
162
struct
BIGNUM_Delete
{
167
typedef UniquePtr<BIGNUM,
BIGNUM_Delete
> Unique_BIGNUM;
[
all
...]
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
170
struct
BIGNUM_Delete
{
175
typedef UniquePtr<BIGNUM,
BIGNUM_Delete
> Unique_BIGNUM;
[
all
...]
Completed in 234 milliseconds