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

/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dpkcs1.h12 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
H A Dpkcs1.c16 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
44 *pos++ = block_type; /* BT */
46 switch (block_type) {
69 "%d", __func__, block_type);
79 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
87 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/freebsd-10.1-release/contrib/libpcap/
H A Dsf-pcap-ng.c71 bpf_u_int32 block_type; member in struct:block_header
201 bpf_u_int32 block_type; member in struct:block_cursor
243 bhdr.block_type = SWAPLONG(bhdr.block_type);
303 cursor->block_type = bhdr.block_type;
320 cursor->block_type);
621 bhdrp->block_type = magic;
673 switch (cursor.block_type) {
796 switch (cursor.block_type) {
[all...]
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c486 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
514 *pos++ = block_type; /* BT */
516 switch (block_type) {
539 "%d", __func__, block_type);
549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, argument
558 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c60 uint64_t block_type; local
62 block_type = *(uint64_t *)vbuf;
64 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
H A Dzap_micro.c237 uint64_t block_type; local
239 block_type = *(uint64_t *)buf;
241 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c74 char block_type; member in struct:lzx_dec
2461 ds->block_type = lzx_br_bits(br, 3);
2464 switch (ds->block_type) {
2488 if (ds->block_type != UNCOMPRESSED_BLOCK) {
2489 if (ds->block_type == VERBATIM_BLOCK)
2769 char block_type = ds->block_type; local
2894 if (block_type == ALIGNED_OFFSET_BLOCK &&
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmdebugread.c292 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK };
294 static struct block *new_block (enum block_type);
4689 new_block (enum block_type type)
289 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum

Completed in 191 milliseconds