Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/internal/
Dskcipher.h58 const char *crypto_default_geniv(const struct crypto_alg *alg);
/linux-2.6.39/crypto/
Dablkcipher.c460 const char *crypto_default_geniv(const struct crypto_alg *alg) in crypto_default_geniv() function
523 geniv = crypto_default_geniv(alg); in crypto_givcipher_default()
Dblkcipher.c622 balg.geniv = crypto_default_geniv(alg); in skcipher_geniv_alloc()