Home
last modified time | relevance | path

Searched refs:hx509_crypto_init (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dversion-script.map119 hx509_crypto_init;
H A Dhx509-protos.h588 hx509_crypto_init (
H A Dcms.c473 ret = hx509_crypto_init(context, NULL, &ai->algorithm, &crypto); in hx509_cms_unenvelope()
582 ret = hx509_crypto_init(context, NULL, encryption_type, &crypto); in hx509_cms_envelope_1()
H A Dcrypto.c2418 hx509_crypto_init(hx509_context context, in hx509_crypto_init() function
2815 ret = hx509_crypto_init(context, NULL, enc_oid, &c); in PBE_string2key()