Searched refs:block_type (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 18 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()
|
D | pkcs1.h | 15 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
|
/external/libpcap/ |
D | sf-pcap-ng.c | 71 bpf_u_int32 block_type; member 201 bpf_u_int32 block_type; member 266 bhdr.block_type = SWAPLONG(bhdr.block_type); in read_block() 326 cursor->block_type = bhdr.block_type; in read_block() 343 cursor->block_type); in get_from_block_data() 814 bhdrp->block_type = magic; in pcap_ng_check_header() 864 switch (cursor.block_type) { in pcap_ng_check_header() 973 switch (cursor.block_type) { in pcap_ng_next_packet()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_libtomcrypt.c | 486 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block() argument 514 *pos++ = block_type; /* BT */ in pkcs1_generate_encryption_block() 516 switch (block_type) { in pkcs1_generate_encryption_block() 539 "%d", __func__, block_type); in pkcs1_generate_encryption_block() 549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1() argument 558 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen, in crypto_rsa_encrypt_pkcs1()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.cc | 950 uint8_t block_type = *_ptrRTCPData++; in ParseXrItem() local 956 switch (block_type) { in ParseXrItem()
|