Home
last modified time | relevance | path

Searched refs:bn_new (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtmpdh.c63 #define bn_new(bn) \ macro
88 bn_new(bn); \
94 bn_new(bn); \
116 #define bn_new(bn) \ macro
143 #define bn_new(bn) bn = BN_new() macro
168 #define bn_new(bn) \ macro
188 bn_new(bn); \
194 bn_new(bn); \
231 bn_new(dh->priv_key); in dh_generate_key()
236 bn_new(d in dh_generate_key()
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dx_bignum.c24 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
39 bn_new,
65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_new() function
120 if (*pval == NULL && !bn_new(pval, it)) in bn_c2i()
/third_party/openssl/crypto/asn1/
H A Dx_bignum.c24 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
39 bn_new,
65 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_new() function
120 if (*pval == NULL && !bn_new(pval, it)) in bn_c2i()

Completed in 2 milliseconds