Searched defs:c_ctx (Results 1 – 3 of 3) sorted by relevance
645 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_init() local657 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_uninit() local689 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_fbtfm_init() local757 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_3des_setkey() local778 static int sec_skcipher_aes_sm4_setkey(struct sec_cipher_ctx *c_ctx, in sec_skcipher_aes_sm4_setkey()828 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_setkey() local1069 static int sec_aead_aes_set_key(struct sec_cipher_ctx *c_ctx, in sec_aead_aes_set_key()1145 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_aead_setkey() local1266 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill() local1318 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill_v3() local[all …]
154 struct sec_cipher_ctx c_ctx; member
163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx() function