Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dakcipher.h103 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn,
/openbmc/linux/crypto/
H A Dakcipher.c116 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher() function
123 EXPORT_SYMBOL_GPL(crypto_grab_akcipher);
H A Drsa-pkcs1pad.c617 err = crypto_grab_akcipher(&ctx->spawn, akcipher_crypto_instance(inst), in pkcs1pad_create()