Home
last modified time | relevance | path

Searched refs:blob_encap (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dblob.c37 __weak int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_encap() function
78 ret = blob_encap(km_ptr, src_ptr, dst_ptr, len); in do_blob()
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c93 int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_encap() function