Searched refs:key_mod (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c21 * @key_mod: - Key modifier address
26 * Note: Start and end of the key_mod, src and dst buffers have to be aligned to
31 int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) argument
36 if (!IS_ALIGNED((uintptr_t)key_mod, ARCH_DMA_MINALIGN) ||
51 flush_dcache_range((unsigned long)key_mod,
52 (unsigned long)key_mod + size);
58 inline_cnstr_jobdesc_blob_decap(desc, key_mod, src, dst, len);
93 * @key_mod: - Key modifier address
98 * Note: Start and end of the key_mod, src and dst buffers have to be aligned to
103 int blob_encap(u8 *key_mod, u argument
[all...]
/u-boot/cmd/
H A Dblob.c20 * @key_mod: - Pointer to key modifier/key
27 __weak int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) argument
34 * @key_mod: - Pointer to key modifier/key
41 __weak int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) argument

Completed in 90 milliseconds