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

/u-boot/cmd/
H A Dblob.c19 * blob_decap() - Decapsulate the data as a blob
27 __weak int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) function
96 ret = blob_decap(km_ptr, src_ptr, dst_ptr, len);
/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c20 * blob_decap() - Decapsulate the data from a blob
31 int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) function
39 puts("Error: blob_decap: Address arguments are not aligned!\n");

Completed in 88 milliseconds