OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unique_BIGNUM
(Results
1 - 4
of
4
) sorted by null
/system/security/softkeymaster/
keymaster_openssl.cpp
43
typedef UniquePtr<BIGNUM, BIGNUM_Delete>
Unique_BIGNUM
;
332
Unique_BIGNUM
bn(BN_new());
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
175
typedef UniquePtr<BIGNUM, BIGNUM_Delete>
Unique_BIGNUM
;
[
all
...]
/system/security/keystore/
key_store_service.cpp
45
typedef UniquePtr<BIGNUM, BIGNUM_Delete>
Unique_BIGNUM
;
312
Unique_BIGNUM
pubExpBn(BN_bin2bn(
[
all
...]
/hardware/libhardware/tests/keymaster/
keymaster_test.cpp
167
typedef UniquePtr<BIGNUM, BIGNUM_Delete>
Unique_BIGNUM
;
[
all
...]
Completed in 1210 milliseconds