Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmpv3_mbedtls.c208 u8_t in_byte; in snmpv3_crypt() local
212 if (snmp_pbuf_stream_read(&read_stream, &in_byte) != ERR_OK) { in snmpv3_crypt()
215 if (mbedtls_cipher_update(&ctx, &in_byte, sizeof(in_byte), &out_byte, &out_len) != 0) { in snmpv3_crypt()
/third_party/python/Modules/
Dbinascii.c849 unsigned char in_byte, in_repeat; in binascii_rledecode_hqx_impl() local
895 INBYTE(in_byte); in binascii_rledecode_hqx_impl()
897 if (in_byte == RUNCHAR) { in binascii_rledecode_hqx_impl()
916 *out_data++ = in_byte; in binascii_rledecode_hqx_impl()
920 INBYTE(in_byte); in binascii_rledecode_hqx_impl()
922 if (in_byte == RUNCHAR) { in binascii_rledecode_hqx_impl()
933 in_byte = out_data[-1]; in binascii_rledecode_hqx_impl()
945 *out_data++ = in_byte; in binascii_rledecode_hqx_impl()
949 *out_data++ = in_byte; in binascii_rledecode_hqx_impl()
/third_party/libsnd/src/G72x/
Dg72x.c607 unsigned char in_byte ; in unpack_bytes() local
612 { in_byte = block [bindex++] ; in unpack_bytes()
614 in_buffer |= (in_byte << in_bits) ; in unpack_bytes()
/third_party/openssl/providers/implementations/rands/
Ddrbg_hash.c132 const unsigned char in_byte, in hash_df1() argument
135 return hash_df(drbg, out, in_byte, in1, in1len, NULL, 0, NULL, 0); in hash_df1()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c249 mk_sense_invalid_fld(struct sg_pt_linux_scsi * ptp, bool in_cdb, int in_byte, in mk_sense_invalid_fld() argument
277 sg_put_unaligned_be16(in_byte, sks + 1); in mk_sense_invalid_fld()
288 __func__, asc, in_cdb ? 'C' : 'D', in_byte, in_bit); in mk_sense_invalid_fld()