Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dakcipher.h80 static inline struct crypto_instance *akcipher_crypto_instance( in akcipher_crypto_instance() function
100 return crypto_instance_ctx(akcipher_crypto_instance(inst)); in akcipher_instance_ctx()
/openbmc/linux/crypto/
H A Dakcipher.c188 return crypto_register_instance(tmpl, akcipher_crypto_instance(inst)); in akcipher_register_instance()
H A Drsa-pkcs1pad.c617 err = crypto_grab_akcipher(&ctx->spawn, akcipher_crypto_instance(inst), in pkcs1pad_create()