Home
last modified time | relevance | path

Searched refs:blobp (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/tools/
H A Dfit_common.c44 void **blobp, struct stat *sbuf, bool delete_on_error) in mmap_fdt() argument
99 *blobp = ptr; in mmap_fdt()
H A Dfit_common.h38 void **blobp, struct stat *sbuf, bool delete_on_error);
/openbmc/u-boot/include/
H A Dbloblist.h140 int bloblist_ensure_size(uint tag, int size, void **blobp);
/openbmc/u-boot/common/
H A Dbloblist.c124 int bloblist_ensure_size(uint tag, int size, void **blobp) in bloblist_ensure_size() argument
132 *blobp = (void *)rec + rec->hdr_size; in bloblist_ensure_size()
/openbmc/u-boot/cmd/
H A Dfdt.c29 static int fdt_valid(struct fdt_header **blobp);
740 static int fdt_valid(struct fdt_header **blobp) in fdt_valid() argument
742 const void *blob = *blobp; in fdt_valid()
774 *blobp = NULL; in fdt_valid()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch230 @@ -1113,7 +1113,7 @@ pamsshagentauth_key_to_blob(const Key *key, u_char **blobp, u_int *lenp)
H A D0001-Adapt-to-OpenSSL-1.1.1.patch514 @@ -1015,6 +1113,7 @@ pamsshagentauth_key_to_blob(const Key *key, u_char **blobp, u_int *lenp)
522 @@ -1027,6 +1126,20 @@ pamsshagentauth_key_to_blob(const Key *key, u_char **blobp, u_int *lenp)