Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dskcipher.c38 static const struct crypto_type crypto_skcipher_type; variable
312 if (alg->co.base.cra_type != &crypto_skcipher_type) in skcipher_walk_virt()
405 if (cipher->co.base.cra_type != &crypto_skcipher_type) { in crypto_skcipher_setkey()
442 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_encrypt()
455 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_decrypt()
502 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_export()
513 if (alg->co.base.cra_type != &crypto_skcipher_type) in crypto_skcipher_import()
557 if (alg->cra_type != &crypto_skcipher_type) in crypto_skcipher_extsize()
609 static const struct crypto_type crypto_skcipher_type = { variable
629 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
[all …]