Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c2139 const AlgorithmIdentifier *(*ai_func)(void); member
3179 if (cipher->ai_func == NULL) in hx509_crypto_select()
3181 ret = copy_AlgorithmIdentifier(cipher->ai_func(), selected); in hx509_crypto_select()
3254 if (ciphers[i].ai_func == NULL) in hx509_crypto_available()
3262 ret = copy_AlgorithmIdentifier((ciphers[i].ai_func)(), &(*val)[len]); in hx509_crypto_available()