Home
last modified time | relevance | path

Searched refs:crypto_akcipher_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dakcipher.c79 static const struct crypto_type crypto_akcipher_type = { variable
97 spawn->base.frontend = &crypto_akcipher_type; in crypto_grab_akcipher()
105 return crypto_alloc_tfm(alg_name, &crypto_akcipher_type, type, mask); in crypto_alloc_akcipher()
113 base->cra_type = &crypto_akcipher_type; in akcipher_prepare_alg()
/kernel/linux/linux-6.6/crypto/
H A Dakcipher.c97 static const struct crypto_type crypto_akcipher_type = { variable
120 spawn->base.frontend = &crypto_akcipher_type; in crypto_grab_akcipher()
128 return crypto_alloc_tfm(alg_name, &crypto_akcipher_type, type, mask); in crypto_alloc_akcipher()
137 base->cra_type = &crypto_akcipher_type; in akcipher_prepare_alg()
298 akcipher = crypto_create_tfm(calg, &crypto_akcipher_type); in crypto_init_akcipher_ops_sig()

Completed in 2 milliseconds