Searched refs:src_buffer (Results 1 – 3 of 3) sorted by relevance
25 uint8_t *src_buffer; member57 uint8_t *src_buffer; member86 uint8_t *src_buffer; member
108 aes_ctx->src_buffer = aes_src[j]; in aes_test()179 aes_ctx->src_buffer = enc_buffer; in aes_test()249 hash_ctx->src_buffer = hash_src[j]; in hash_test()424 rsa_ctx->src_buffer = rsa_src[i]; in rsa_test()459 rsa_ctx->src_buffer = rsa_enc[i]; in rsa_test()500 rsa_ctx->src_buffer = rsa_sha256_raw[i]; in rsa_test()535 rsa_ctx->src_buffer = rsa_sha256_sign[i]; in rsa_test()576 rsa_ctx->src_buffer = rsa_sign_raw[i]; in rsa_test()611 rsa_ctx->src_buffer = rsa_signature[i]; in rsa_test()
228 memcpy(ctx->padding, ctx->src_buffer + blk_num * AES_BLOCK_SIZE, last_blk_size); in ce_aes_sw_padding()277 task->src[0].addr = (uint32_t)__va_to_pa((unsigned long)req_ctx->src_buffer); in ce_aes_start()295 hal_dcache_clean((unsigned long)req_ctx->src_buffer, src_len); in ce_aes_start()345 if ((req_ctx->src_buffer == NULL) in ce_aes_check_ctx_vaild()360 if ((((u32)req_ctx->src_buffer & (CE_ALIGN_SIZE - 1)) != 0) in ce_aes_check_ctx_vaild()455 memcpy(ctx->padding, ctx->src_buffer + ctx->src_length - n, n); in ce_hash_sw_padding()526 task->src[0].addr = (uint32_t)__va_to_pa((uint32_t)req_ctx->src_buffer); in ce_hash_start()539 hal_dcache_clean((uint32_t)req_ctx->src_buffer, req_ctx->src_length); in ce_hash_start()591 || (((u32)req_ctx->src_buffer & (CE_ALIGN_SIZE - 1)) != 0)) { in ce_hash_check_ctx_valid()699 ce_rsa_sw_padding(p_src, req_ctx->src_buffer, req_ctx->src_length, bitwidth_byte_len); in ce_rsa_start()[all …]
Completed in 8 milliseconds