Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dpkcs1.c18 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block() argument
46 *pos++ = block_type; /* BT */ in pkcs1_generate_encryption_block()
48 switch (block_type) { in pkcs1_generate_encryption_block()
71 "%d", __func__, block_type); in pkcs1_generate_encryption_block()
81 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, in pkcs1_encrypt() argument
89 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen, in pkcs1_encrypt()
H A Dpkcs1.h15 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
/freebsd/contrib/libpcap/
H A Dsf-pcapng.c53 bpf_u_int32 block_type; member
185 bpf_u_int32 block_type; member
295 bhdr.block_type = SWAPLONG(bhdr.block_type); in read_block()
383 cursor->block_type = bhdr.block_type; in read_block()
400 cursor->block_type); in get_from_block_data()
945 bhdrp->block_type = magic_int; in pcap_ng_check_header()
1011 switch (cursor.block_type) { in pcap_ng_check_header()
1128 switch (cursor.block_type) { in pcap_ng_next_packet()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c490 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block() argument
518 *pos++ = block_type; /* BT */ in pkcs1_generate_encryption_block()
520 switch (block_type) { in pkcs1_generate_encryption_block()
543 "%d", __func__, block_type); in pkcs1_generate_encryption_block()
553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1() argument
562 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen, in crypto_rsa_encrypt_pkcs1()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c74 char block_type; member
2475 ds->block_type = lzx_br_bits(br, 3); in lzx_read_blocks()
2478 switch (ds->block_type) { in lzx_read_blocks()
2502 if (ds->block_type != UNCOMPRESSED_BLOCK) { in lzx_read_blocks()
2503 if (ds->block_type == VERBATIM_BLOCK) in lzx_read_blocks()
2783 char block_type = ds->block_type; in lzx_decode_blocks() local
2908 if (block_type == ALIGNED_OFFSET_BLOCK && in lzx_decode_blocks()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap.c99 uint64_t block_type = *(uint64_t *)vbuf; in fzap_byteswap() local
101 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF)) in fzap_byteswap()
H A Dzap_micro.c379 uint64_t block_type = *(uint64_t *)buf; in zap_byteswap() local
381 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) { in zap_byteswap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2238 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType() local
2241 return GetType(block_type); in CreateBlockPointerType()