OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_new
(Results
51 - 64
of
64
) sorted by null
1
2
3
/external/boringssl/src/crypto/obj/
obj.c
463
if (!bl && !(bl =
BN_new
())) {
/external/boringssl/src/include/openssl/
bn.h
167
/*
BN_new
creates a new, allocated BIGNUM and initialises it. */
168
OPENSSL_EXPORT BIGNUM *
BN_new
(void);
[
all
...]
/external/ipsec-tools/src/racoon/
crypto_openssl.c
243
BIGNUM *bn =
BN_new
();
[
all
...]
/system/keymaster/
attestation_record.cpp
358
UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(
BN_new
());
/system/security/softkeymaster/
keymaster_openssl.cpp
332
Unique_BIGNUM bn(
BN_new
());
/system/tpm/attestation/common/
tpm_utility_v1.cc
698
rsa.get()->e =
BN_new
();
/external/boringssl/src/ssl/
s3_clnt.c
[
all
...]
s3_srvr.c
[
all
...]
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
976
*dest =
BN_new
();
[
all
...]
/external/boringssl/src/crypto/x509v3/
v3_utl.c
177
bn =
BN_new
();
/external/tpm2/
CpriECC.c
[
all
...]
/external/boringssl/src/crypto/ec/
ec.c
280
BIGNUM *order =
BN_new
();
simple.c
1182
prod_Z[i] =
BN_new
();
[
all
...]
/system/tpm/trunks/
trunks_client_test.cc
[
all
...]
Completed in 4230 milliseconds
1
2
3