Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Drsa-pkcs1pad.c380 struct pkcs1pad_inst_ctx *ictx = akcipher_instance_ctx(inst); in pkcs1pad_sign()
437 struct pkcs1pad_inst_ctx *ictx = akcipher_instance_ctx(inst); in pkcs1pad_verify_complete()
566 struct pkcs1pad_inst_ctx *ictx = akcipher_instance_ctx(inst); in pkcs1pad_init_tfm()
591 struct pkcs1pad_inst_ctx *ctx = akcipher_instance_ctx(inst); in pkcs1pad_free()
615 ctx = akcipher_instance_ctx(inst); in pkcs1pad_create()
/openbmc/linux/include/crypto/internal/
H A Dakcipher.h98 static inline void *akcipher_instance_ctx(struct akcipher_instance *inst) in akcipher_instance_ctx() function