Home
last modified time | relevance | path

Searched refs:enc_key_len (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c882 ctx->enc_key_len = enckeylen; in otx_cpt_aead_cbc_aes_sha_setkey()
923 ctx->enc_key_len = enckeylen; in otx_cpt_aead_ecb_null_sha_setkey()
943 ctx->enc_key_len = AES_KEYSIZE_128; in otx_cpt_aead_gcm_aes_setkey()
947 ctx->enc_key_len = AES_KEYSIZE_192; in otx_cpt_aead_gcm_aes_setkey()
951 ctx->enc_key_len = AES_KEYSIZE_256; in otx_cpt_aead_gcm_aes_setkey()
982 ctx->enc_key_len); in create_aead_ctx_hdr()
998 memcpy(fctx->enc.encr_key, ctx->key, ctx->enc_key_len); in create_aead_ctx_hdr()
1000 memcpy(fctx->enc.encr_iv, ctx->key + ctx->enc_key_len, in create_aead_ctx_hdr()
H A Dotx_cptvf_algs.h175 u32 enc_key_len; member
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dspu.h227 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dcipher.h364 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
H A Dspu.c406 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument
H A Dspu2.c824 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spu2_response_hdr_len() argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Devp.h944 const unsigned char *enc_key, int enc_key_len,