Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
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()
Dpkcs1.h15 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
/external/libpcap/
Dsf-pcap-ng.c71 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/
Dcrypto_libtomcrypt.c486 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/
Drtcp_utility.cc950 uint8_t block_type = *_ptrRTCPData++; in ParseXrItem() local
956 switch (block_type) { in ParseXrItem()