Searched refs:crypto_skcipher_type (Results 1 – 1 of 1) sorted by relevance
47 static const struct crypto_type crypto_skcipher_type; variable472 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 …]