Home
last modified time | relevance | path

Searched refs:hx509_crypto_select (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dversion-script.map121 hx509_crypto_select;
H A Dhx509-protos.h603 hx509_crypto_select (
H A Dcms.c1217 ret = hx509_crypto_select(context, HX509_SELECT_DIGEST, in sig_process()
1349 ret = hx509_crypto_select(context, HX509_SELECT_PUBLIC_SIG, in sig_process()
H A DChangeLog690 * crypto.c (hx509_crypto_select): copy AI to the right place.
1233 * crypto.c (hx509_crypto_select): check sig_algs[j]->key_oid
1241 * cms.c: Rename hx509_select to hx509_crypto_select.
1250 * crypto.c (hx509_crypto_select): improve
H A Dhxtool.c1506 ret = hx509_crypto_select(context, type, NULL, peer, &selected); in crypto_select()
H A Dcrypto.c3117 hx509_crypto_select(const hx509_context context, in hx509_crypto_select() function