Home
last modified time | relevance | path

Searched refs:bn_free (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtmpdh.c69 #define bn_free(bn) \ macro
126 #define bn_free(bn) gcry_mpi_release(bn) macro
144 #define bn_free(bn) BN_free(bn) macro
174 #define bn_free(bn) \ macro
238 bn_free(dh->priv_key); in dh_generate_key()
259 bn_free(k); in dh_compute_key()
263 bn_free(k); in dh_compute_key()
273 bn_free(dh->p); in ff_dh_free()
274 bn_free(dh->g); in ff_dh_free()
275 bn_free(dh->pub_key); in ff_dh_free()
[all …]
/third_party/openssl/crypto/asn1/
Dx_bignum.c26 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
40 bn_free,
50 bn_free,
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() function
124 bn_free(pval, it); in bn_c2i()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dx_bignum.c26 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
40 bn_free,
50 bn_free,
83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() function
124 bn_free(pval, it); in bn_c2i()