Home
last modified time | relevance | path

Searched refs:stream_block_16 (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c292 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt() argument
356 memcpy(sb, stream_block_16, 16); in lws_genaes_crypt()
360 memcpy(stream_block_16, sb, 16); in lws_genaes_crypt()
390 memcpy(ctx->tag, stream_block_16, (unsigned int)taglen); in lws_genaes_crypt()
/third_party/libwebsockets/include/libwebsockets/
Dlws-genaes.h167 uint8_t *stream_block_16,
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c319 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt() argument
334 memcpy(ctx->tag, stream_block_16, (unsigned int)taglen); in lws_genaes_crypt()