Home
last modified time | relevance | path

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

/linux/crypto/
H A 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()
756 if (alg->cra_type != &crypto_skcipher_type) in crypto_skcipher_extsize()
808 static const struct crypto_type crypto_skcipher_type = { variable
828 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
[all …]