Home
last modified time | relevance | path

Searched refs:BN_secure_new (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/rsa/
Drsa_mp.c40 if ((pinfo->r = BN_secure_new()) == NULL) in rsa_multip_info_new()
42 if ((pinfo->d = BN_secure_new()) == NULL) in rsa_multip_info_new()
44 if ((pinfo->t = BN_secure_new()) == NULL) in rsa_multip_info_new()
46 if ((pinfo->pp = BN_secure_new()) == NULL) in rsa_multip_info_new()
83 pinfo->pp = BN_secure_new(); in rsa_multip_calc_product()
Drsa_gen.c108 if (!rsa->d && ((rsa->d = BN_secure_new()) == NULL)) in rsa_builtin_keygen()
112 if (!rsa->p && ((rsa->p = BN_secure_new()) == NULL)) in rsa_builtin_keygen()
114 if (!rsa->q && ((rsa->q = BN_secure_new()) == NULL)) in rsa_builtin_keygen()
116 if (!rsa->dmp1 && ((rsa->dmp1 = BN_secure_new()) == NULL)) in rsa_builtin_keygen()
118 if (!rsa->dmq1 && ((rsa->dmq1 = BN_secure_new()) == NULL)) in rsa_builtin_keygen()
120 if (!rsa->iqmp && ((rsa->iqmp = BN_secure_new()) == NULL)) in rsa_builtin_keygen()
/third_party/openssl/doc/man3/
DBN_new.pod5 BN_new, BN_secure_new, BN_clear, BN_free, BN_clear_free - allocate and free BIGNUMs
13 BIGNUM *BN_secure_new(void);
24 BN_secure_new() does the same except that the secure heap
39 BN_new() and BN_secure_new()
/third_party/openssl/crypto/dsa/
Ddsa_key.c35 if ((priv_key = BN_secure_new()) == NULL) in dsa_builtin_keygen()
Ddsa_ameth.c167 if ((dsa->priv_key = BN_secure_new()) == NULL in dsa_priv_decode()
/third_party/openssl/crypto/asn1/
Dx_bignum.c76 *pval = (ASN1_VALUE *)BN_secure_new(); in bn_secure_new()
/third_party/openssl/crypto/dh/
Ddh_key.c122 priv_key = BN_secure_new(); in generate_key()
Ddh_ameth.c179 if ((dh->priv_key = BN_secure_new()) == NULL in dh_priv_decode()
/third_party/openssl/crypto/bn/
Dbn_lib.c255 BIGNUM *BN_secure_new(void) in BN_secure_new() function
324 t = BN_get_flags(a, BN_FLG_SECURE) ? BN_secure_new() : BN_new(); in BN_dup()
/third_party/openssl/crypto/ec/
Dec_key.c655 eckey->priv_key = BN_secure_new(); in ec_key_simple_oct2priv()
/third_party/openssl/include/openssl/
Dbn.h217 BIGNUM *BN_secure_new(void);
/third_party/openssl/util/
Dlibcrypto.num3483 BN_secure_new 3435 1_1_0 EXIST::FUNCTION: