Searched refs:blobp (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | fit_common.c | 44 void **blobp, struct stat *sbuf, bool delete_on_error) in mmap_fdt() argument 99 *blobp = ptr; in mmap_fdt()
|
H A D | fit_common.h | 38 void **blobp, struct stat *sbuf, bool delete_on_error);
|
/openbmc/u-boot/include/ |
H A D | bloblist.h | 140 int bloblist_ensure_size(uint tag, int size, void **blobp);
|
/openbmc/u-boot/common/ |
H A D | bloblist.c | 124 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 D | fdt.c | 29 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 D | 0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch | 230 @@ -1113,7 +1113,7 @@ pamsshagentauth_key_to_blob(const Key *key, u_char **blobp, u_int *lenp)
|
H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 514 @@ -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)
|