Searched refs:x_buf (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/uefisign/ |
H A D | pe.c | 173 (x->x_buf + x->x_certificate_entry_off); in signature_size() 193 (x->x_buf + x->x_certificate_entry_off); in show_certificate() 207 pc = (struct pe_certificate *)(x->x_buf + pde->pde_rva); in show_certificate() 236 psh = (const struct pe_section_header *)(x->x_buf + off); in parse_section_table() 287 pde = (struct pe_directory_entry *)(x->x_buf + off); in parse_directory() 331 memcpy(&tmp, x->x_buf + i, sizeof(tmp)); in compute_checksum() 358 po = (struct pe_optional_header_32_plus *)(x->x_buf + off); in parse_optional_32_plus() 407 po = (struct pe_optional_header_32 *)(x->x_buf + off); in parse_optional_32() 455 po = (struct pe_optional_header_32 *)(x->x_buf + off); in parse_optional() 476 pe = (struct pe_header *)(x->x_buf + off); in parse_pe() [all …]
|
H A D | child.c | 77 x->x_buf = buf; in load() 88 ok = EVP_DigestUpdate(mdctx, x->x_buf + off, len); in digest_range() 219 nwritten = fwrite(x->x_buf, x->x_len, 1, fp); in save()
|
H A D | uefisign.h | 44 char *x_buf; member
|
/freebsd/crypto/libecc/src/sig/ |
H A D | eddsa.c | 578 u8 x_buf[EC_PRIV_KEY_MAX_SIZE]; in eddsa_derive_priv_key_hash() local 591 ret = local_memset(x_buf, 0, sizeof(x_buf)); EG(ret, err); in eddsa_derive_priv_key_hash() 592 MUST_HAVE((sizeof(x_buf) >= (hash->digest_size / 2)), ret, err); in eddsa_derive_priv_key_hash() 594 ret = ec_priv_key_export_to_buf(in_priv, x_buf, (hash->digest_size / 2)); EG(ret, err); in eddsa_derive_priv_key_hash() 600 in[0] = x_buf; in[1] = NULL; in eddsa_derive_priv_key_hash()
|