Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509.h157 #define HX509_SELECT_PUBLIC_SIG 2 macro
H A Dcrypto.c1529 if (type == HX509_SELECT_PUBLIC_SIG) in alg_for_privatekey()
3135 } else if (type == HX509_SELECT_PUBLIC_SIG) { in hx509_crypto_select()
3214 } else if (type == HX509_SELECT_PUBLIC_SIG) { in hx509_crypto_available()
H A Dhxtool.c1461 type = HX509_SELECT_PUBLIC_SIG; in crypto_available()
1496 type = HX509_SELECT_PUBLIC_SIG; in crypto_select()
H A Dcms.c1349 ret = hx509_crypto_select(context, HX509_SELECT_PUBLIC_SIG, in sig_process()