Home
last modified time | relevance | path

Searched refs:out_byte (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dbc.h74 #define MP_BC_PRELUDE_SIG_ENCODE(S, E, scope, out_byte, out_env) \ argument
92 out_byte(out_env, 0x80 | z); \
103 out_byte(out_env, z); \
135 #define MP_BC_PRELUDE_SIZE_ENCODE(I, C, out_byte, out_env) \ argument
146 out_byte(out_env, z); \
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3_mbedtls.c202 u8_t out_byte; in snmpv3_crypt() local
203 size_t out_len = sizeof(out_byte); in snmpv3_crypt()
206 if(mbedtls_cipher_update(&ctx, &in_byte, sizeof(in_byte), &out_byte, &out_len) != 0) { in snmpv3_crypt()
209 snmp_pbuf_stream_write(&write_stream, out_byte); in snmpv3_crypt()

Completed in 4 milliseconds