Home
last modified time | relevance | path

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

/linux/crypto/
H A Dskcipher.c30 static const struct crypto_type crypto_skcipher_type; variable
65 if (alg->co.base.cra_type != &crypto_skcipher_type) in skcipher_walk_virt()
156 if (cipher->co.base.cra_type != &crypto_skcipher_type) { in crypto_skcipher_setkey()
193 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_encrypt()
206 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_decrypt()
253 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_export()
264 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_import()
285 if (tfm->__crt_alg->cra_type != &crypto_skcipher_type) { in crypto_skcipher_init_tfm()
308 if (alg->cra_type != &crypto_skcipher_type) in crypto_skcipher_extsize()
360 static const struct crypto_type crypto_skcipher_type variable
[all...]