Searched refs:tmp (Results 1 – 5 of 5) sorted by relevance
| /include/internal/ |
| A D | packet.h | 538 PACKET tmp = *pkt; in PACKET_get_length_prefixed_1() local 544 *pkt = tmp; in PACKET_get_length_prefixed_1() 560 PACKET tmp = *pkt; in PACKET_as_length_prefixed_1() local 563 PACKET_remaining(&tmp) != 0) { in PACKET_as_length_prefixed_1() 567 *pkt = tmp; in PACKET_as_length_prefixed_1() 586 PACKET tmp = *pkt; in PACKET_get_length_prefixed_2() local 593 *pkt = tmp; in PACKET_get_length_prefixed_2() 609 PACKET tmp = *pkt; in PACKET_as_length_prefixed_2() local 617 *pkt = tmp; in PACKET_as_length_prefixed_2() 636 PACKET tmp = *pkt; in PACKET_get_length_prefixed_3() local [all …]
|
| A D | packet_quic.h | 105 PACKET tmp = *pkt; in PACKET_get_quic_length_prefixed() local 107 if (!PACKET_get_quic_vlint(&tmp, &length) || in PACKET_get_quic_length_prefixed() 109 !PACKET_get_bytes(&tmp, &data, (size_t)length)) { in PACKET_get_quic_length_prefixed() 113 *pkt = tmp; in PACKET_get_quic_length_prefixed()
|
| A D | constant_time.h | 440 unsigned char tmp; in constant_time_cond_swap_buff() local 443 tmp = a[i] ^ b[i]; in constant_time_cond_swap_buff() 444 tmp &= value_barrier_8(mask); in constant_time_cond_swap_buff() 445 a[i] ^= tmp; in constant_time_cond_swap_buff() 446 b[i] ^= tmp; in constant_time_cond_swap_buff()
|
| A D | ffc.h | 191 const BIGNUM *g, BIGNUM *tmp,
|
| /include/crypto/ |
| A D | sparc_arch.h | 97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg) argument 112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) \ argument 113 mov %o7, tmp; \ 115 mov tmp, %o7;
|
Completed in 10 milliseconds