Searched refs:_key_ctx (Results 1 – 5 of 5) sorted by relevance
68 struct _key_ctx { struct94 struct _key_ctx key_ctx; argument
598 struct _key_ctx *key_ctx) in generate_copy_rrkey()3433 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()3528 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()3659 key_ctx_len = sizeof(struct _key_ctx) + in chcr_authenc_setkey()3726 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()
238 static void chtls_rxkey_ivauth(struct _key_ctx *kctx) in chtls_rxkey_ivauth()251 struct _key_ctx *kctx, in chtls_key_info()262 key_ctx_size = sizeof(struct _key_ctx) + in chtls_key_info()362 struct _key_ctx *kctx; in chtls_setkey()422 kctx = (struct _key_ctx *)(kwr + 1); in chtls_setkey()
197 key_ctx_size = sizeof(struct _key_ctx) + in ch_ipsec_setkey()510 struct _key_ctx *key_ctx; in copy_key_cpltx_pktxt()532 key_ctx = (struct _key_ctx *)pos; in copy_key_cpltx_pktxt()535 pos += sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()536 left -= sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()
30 struct _key_ctx key_ctx;