OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unique_BIGNUM
(Results
1 - 5
of
5
) 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
;
347
Unique_BIGNUM
bn(BN_new());
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
130
typedef UniquePtr<BIGNUM, BIGNUM_Delete>
Unique_BIGNUM
;
[
all
...]
/system/security/keystore/
keystore.cpp
79
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 37 milliseconds