HomeSort by: relevance | last modified time | path
    Searched defs:blob (Results 1 - 25 of 300) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_none.c 41 struct wpa_config_blob *blob; local
52 for (blob = config->blobs; blob; blob = blob->next) {
config_none.c 41 struct wpa_config_blob *blob; local
52 for (blob = config->blobs; blob; blob = blob->next) {
config_none.c 41 struct wpa_config_blob *blob; local
52 for (blob = config->blobs; blob; blob = blob->next) {
  /src/sys/arch/arm/gemini/
gemini_ipm.h 16 uint8_t blob[15]; member in struct:ipm_desc
gemini_ipm.h 16 uint8_t blob[15]; member in struct:ipm_desc
gemini_ipm.h 16 uint8_t blob[15]; member in struct:ipm_desc
  /src/crypto/external/bsd/openssh/dist/
sshbuf-io.c 41 struct sshbuf *blob; local
50 if ((blob = sshbuf_new()) == NULL)
59 if ((r = sshbuf_put(blob, buf, len)) != 0)
61 if (sshbuf_len(blob) > SSHBUF_SIZE_MAX) {
67 st.st_size != (off_t)sshbuf_len(blob)) {
72 *blobp = blob;
73 blob = NULL; /* transferred */
77 sshbuf_free(blob);
sshbuf-io.c 41 struct sshbuf *blob; local
50 if ((blob = sshbuf_new()) == NULL)
59 if ((r = sshbuf_put(blob, buf, len)) != 0)
61 if (sshbuf_len(blob) > SSHBUF_SIZE_MAX) {
67 st.st_size != (off_t)sshbuf_len(blob)) {
72 *blobp = blob;
73 blob = NULL; /* transferred */
77 sshbuf_free(blob);
sshbuf-io.c 41 struct sshbuf *blob; local
50 if ((blob = sshbuf_new()) == NULL)
59 if ((r = sshbuf_put(blob, buf, len)) != 0)
61 if (sshbuf_len(blob) > SSHBUF_SIZE_MAX) {
67 st.st_size != (off_t)sshbuf_len(blob)) {
72 *blobp = blob;
73 blob = NULL; /* transferred */
77 sshbuf_free(blob);
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_asym.c 33 BYTE *blob; local
46 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
50 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
51 free_tspi(tspContext, blob);
54 free_tspi(tspContext, blob);
87 BYTE *blob; local
100 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
104 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
105 free_tspi(tspContext, blob);
108 free_tspi(tspContext, blob);
    [all...]
tspi_asn1.c 43 ASN1_OCTET_STRING * blob; member in struct:tdTSS_BLOB
50 ASN1_SIMPLE(TSS_BLOB, blob, ASN1_OCTET_STRING)
79 * larger than the blob being encoded.
109 if (ASN1_OCTET_STRING_set(tssBlob->blob, rawBlob, rawBlobSize) == 0) {
240 memcpy(rawBlob, tssBlob->blob->data, decBlobSize);
tsp_asym.c 33 BYTE *blob; local
46 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
50 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
51 free_tspi(tspContext, blob);
54 free_tspi(tspContext, blob);
87 BYTE *blob; local
100 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
104 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
105 free_tspi(tspContext, blob);
108 free_tspi(tspContext, blob);
    [all...]
tspi_asn1.c 43 ASN1_OCTET_STRING * blob; member in struct:tdTSS_BLOB
50 ASN1_SIMPLE(TSS_BLOB, blob, ASN1_OCTET_STRING)
79 * larger than the blob being encoded.
109 if (ASN1_OCTET_STRING_set(tssBlob->blob, rawBlob, rawBlobSize) == 0) {
240 memcpy(rawBlob, tssBlob->blob->data, decBlobSize);
tsp_asym.c 33 BYTE *blob; local
46 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
50 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
51 free_tspi(tspContext, blob);
54 free_tspi(tspContext, blob);
87 BYTE *blob; local
100 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
104 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
105 free_tspi(tspContext, blob);
108 free_tspi(tspContext, blob);
    [all...]
tspi_asn1.c 43 ASN1_OCTET_STRING * blob; member in struct:tdTSS_BLOB
50 ASN1_SIMPLE(TSS_BLOB, blob, ASN1_OCTET_STRING)
79 * larger than the blob being encoded.
109 if (ASN1_OCTET_STRING_set(tssBlob->blob, rawBlob, rawBlobSize) == 0) {
240 memcpy(rawBlob, tssBlob->blob->data, decBlobSize);
  /src/external/bsd/pam-u2f/dist/fuzz/
fuzz.h 15 struct blob { struct
27 int pack_blob(uint8_t **, size_t *, const struct blob *);
28 int unpack_blob(const uint8_t **, size_t *, struct blob *);
fuzz.h 15 struct blob { struct
27 int pack_blob(uint8_t **, size_t *, const struct blob *);
28 int unpack_blob(const uint8_t **, size_t *, struct blob *);
fuzz.h 15 struct blob { struct
27 int pack_blob(uint8_t **, size_t *, const struct blob *);
28 int unpack_blob(const uint8_t **, size_t *, struct blob *);
  /src/external/gpl2/dtc/dist/tests/
dumptrees.c 20 void *blob; member in struct:__anon9138
38 void *blob = trees[i].blob; local
44 size = fdt_totalsize(blob);
52 ret = write(fd, blob, size);
dumptrees.c 20 void *blob; member in struct:__anon9138
38 void *blob = trees[i].blob; local
44 size = fdt_totalsize(blob);
52 ret = write(fd, blob, size);
dumptrees.c 20 void *blob; member in struct:__anon9138
38 void *blob = trees[i].blob; local
44 size = fdt_totalsize(blob);
52 ret = write(fd, blob, size);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_gp102.c 46 struct nvkm_blob *blob = &fb->vpr_scrubber; local
56 hsbin_hdr = nvfw_bin_hdr(subdev, blob->data);
57 fw_hdr = nvfw_hs_header(subdev, blob->data + hsbin_hdr->header_offset);
58 lhdr = nvfw_hs_load_header(subdev, blob->data + fw_hdr->hdr_offset);
59 scrub_data = blob->data + hsbin_hdr->data_offset;
61 patch_loc = *(u32 *)(blob->data + fw_hdr->patch_loc);
62 patch_sig = *(u32 *)(blob->data + fw_hdr->patch_sig);
65 blob->data + fw_hdr->sig_dbg_offset + patch_sig,
69 blob->data + fw_hdr->sig_prod_offset + patch_sig,
  /src/external/bsd/kyua-cli/dist/cli/
cmd_db_exec.cpp 88 const sqlite::blob blob = stmt.column_blob(index); local
89 return F("BLOB of %s bytes") % blob.size;
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.hpp 63 /// Representation of a BLOB.
64 class blob { class in namespace:utils::sqlite
66 /// Memory representing the contents of the blob, or NULL if empty.
75 /// Constructs a new blob.
77 /// \param memory_ Pointer to the contents of the blob.
79 blob(const void* memory_, const int size_) : function in class:utils::sqlite::blob
112 blob column_blob(const int);
119 blob safe_column_blob(const char*);
128 void bind(const int, const blob&);
  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.h 61 struct blob { struct
77 int unpack_blob(cbor_item_t *, struct blob *);
82 cbor_item_t *pack_blob(const struct blob *);
89 void mutate_blob(struct blob *);
107 void set_pcsc_parameters(const struct blob *);

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>