Home
last modified time | relevance | path

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

/linux/crypto/
H A Dskcipher.c37 static const struct crypto_type crypto_skcipher_type; variable
340 if (alg->co.base.cra_type != &crypto_skcipher_type) in skcipher_walk_virt()
441 if (cipher->co.base.cra_type != &crypto_skcipher_type) { in crypto_skcipher_setkey()
478 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_encrypt()
491 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_decrypt()
538 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_export()
549 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_import()
570 if (tfm->__crt_alg->cra_type != &crypto_skcipher_type) { in crypto_skcipher_init_tfm()
593 if (alg->cra_type != &crypto_skcipher_type) in crypto_skcipher_extsize()
645 static const struct crypto_type crypto_skcipher_type = { variable
[all …]