Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto.c1643 const AlgorithmIdentifier *(*ai_func)(void); member
2724 if (cipher->ai_func == NULL) in hx509_crypto_select()
2726 ret = copy_AlgorithmIdentifier(cipher->ai_func(), selected); in hx509_crypto_select()
2799 if (ciphers[i].ai_func == NULL) in hx509_crypto_available()
2807 ret = copy_AlgorithmIdentifier((ciphers[i].ai_func)(), &(*val)[len]); in hx509_crypto_available()