Searched refs:input_buf (Results 1 – 1 of 1) sorted by relevance
650 struct caambuf input_buf = { }; in caam_key_black_encapsulation() local661 status = caam_calloc_align_buf(&input_buf, key->buf.length); in caam_key_black_encapsulation()665 memcpy(input_buf.data, key->buf.data, key->buf.length); in caam_key_black_encapsulation()666 cache_operation(TEE_CACHEFLUSH, input_buf.data, input_buf.length); in caam_key_black_encapsulation()689 caam_desc_add_ptr(desc, input_buf.paddr); in caam_key_black_encapsulation()725 caam_free_buf(&input_buf); in caam_key_black_encapsulation()