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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_bignum.c74 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
84 bn_new,
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) function
145 if (*pval == NULL && !bn_new(pval, it))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_bignum.c72 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
80 bn_new,
95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) function
130 if(!*pval) bn_new(pval, it);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_bignum.c74 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
84 bn_new,
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) function
145 if (*pval == NULL && !bn_new(pval, it))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpdh.c51 #define bn_new(bn) \ macro
71 bn_new(bn); \
77 bn_new(bn); \
91 #define bn_new(bn) bn = gcry_mpi_new(1) macro
118 bn_new(dh->priv_key);
123 bn_new(dh->pub_key);
144 bn_new(k);
165 #define bn_new(bn) bn = BN_new() macro
203 bn_new(bn);
245 bn_new(d
[all...]

Completed in 171 milliseconds