Lines Matching refs:mode_params
188 ctx->mode_params.ccm_info.nonce_len, in mtls_ccm_encrypt_auth()
192 ctx->mode_params.ccm_info.tag_len); in mtls_ccm_encrypt_auth()
204 apkt->pkt->out_len += ctx->mode_params.ccm_info.tag_len; in mtls_ccm_encrypt_auth()
217 ctx->mode_params.ccm_info.nonce_len, in mtls_ccm_decrypt_auth()
221 ctx->mode_params.ccm_info.tag_len); in mtls_ccm_decrypt_auth()
235 apkt->pkt->out_len += ctx->mode_params.ccm_info.tag_len; in mtls_ccm_decrypt_auth()
250 ctx->mode_params.gcm_info.nonce_len, in mtls_gcm_encrypt_auth()
254 ctx->mode_params.gcm_info.tag_len, in mtls_gcm_encrypt_auth()
264 apkt->pkt->out_len += ctx->mode_params.gcm_info.tag_len; in mtls_gcm_encrypt_auth()
277 ctx->mode_params.gcm_info.nonce_len, in mtls_gcm_decrypt_auth()
280 ctx->mode_params.gcm_info.tag_len, in mtls_gcm_decrypt_auth()
294 apkt->pkt->out_len += ctx->mode_params.gcm_info.tag_len; in mtls_gcm_decrypt_auth()