Lines Matching refs:cc_aead_ctx
45 struct cc_aead_ctx { struct
70 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_aead_exit() argument
124 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_get_aead_hash_len()
132 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_aead_init()
217 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_aead_complete()
256 struct cc_aead_ctx *ctx) in xcbc_setkey()
296 static int hmac_setkey(struct cc_hw_desc *desc, struct cc_aead_ctx *ctx) in hmac_setkey()
365 static int validate_keys_sizes(struct cc_aead_ctx *ctx) in validate_keys_sizes()
417 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_get_plain_hmac_key()
546 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_aead_setkey()
668 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4309_ccm_setkey()
682 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_aead_setauthsize()
735 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_set_assoc_desc()
779 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_authen_desc()
843 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_cipher_desc()
885 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_digest_desc()
935 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_set_cipher_desc()
1002 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_set_hmac_desc()
1035 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_set_xcbc_desc()
1111 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_scheme_desc()
1173 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_mlli_to_sram()
1224 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_hmac_authenc()
1277 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_xcbc_authenc()
1321 static int validate_data_size(struct cc_aead_ctx *ctx, in validate_data_size()
1423 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_ccm()
1544 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in config_ccm_adata()
1603 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_rfc4309_ccm()
1628 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_set_ghash_desc()
1706 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_set_gctr_desc()
1743 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_gcm_result()
1843 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in config_gcm_context()
1893 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_rfc4_gcm()
1911 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_proc_aead()
2062 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4309_ccm_encrypt()
2111 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4309_ccm_decrypt()
2141 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4106_gcm_setkey()
2158 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4543_gcm_setkey()
2194 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_rfc4106_gcm_setauthsize()
2214 struct cc_aead_ctx *ctx = crypto_aead_ctx(authenc); in cc_rfc4543_gcm_setauthsize()
2230 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4106_gcm_encrypt()
2261 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4543_gcm_encrypt()
2295 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4106_gcm_decrypt()
2326 struct cc_aead_ctx *ctx = crypto_aead_ctx(tfm); in cc_rfc4543_gcm_decrypt()
2637 alg->base.cra_ctxsize = sizeof(struct cc_aead_ctx); in cc_create_aead_alg()