Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dskcipher.c47 static const struct crypto_type crypto_skcipher_type; variable
472 if (alg->co.base.cra_type != &crypto_skcipher_type) in skcipher_walk_skcipher()
604 if (cipher->co.base.cra_type != &crypto_skcipher_type) { in crypto_skcipher_setkey()
641 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_encrypt()
654 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_decrypt()
701 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_export()
712 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_import()
733 if (tfm->__crt_alg->cra_type != &crypto_skcipher_type) { in crypto_skcipher_init_tfm()
756 if (alg->cra_type != &crypto_skcipher_type) in crypto_skcipher_extsize()
808 static const struct crypto_type crypto_skcipher_type = { variable
[all …]