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

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dpkcs1.h18 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
H A Dpkcs1.c22 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
50 *pos++ = block_type; /* BT */
52 switch (block_type) {
75 "%d", __func__, block_type);
85 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
93 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
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) {
797 switch (cursor.block_type) {
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_libtomcrypt.c492 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
520 *pos++ = block_type; /* BT */
522 switch (block_type) {
545 "%d", __func__, block_type);
555 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, argument
564 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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.c236 uint64_t block_type; local
238 block_type = *(uint64_t *)buf;
240 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtracepoint.c3926 char block_type; local
3928 tfile_read (&block_type, 1);
3932 if ((*callback) (block_type, data))
3935 switch (block_type)
3957 block_type, block_type);
3983 char block_type; local
H A Dmdebugread.c236 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK };
238 static struct block *new_block (enum block_type);
4860 new_block (enum block_type type)
233 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum

Completed in 175 milliseconds