Searched refs:nc_or_iv_off (Results 1 – 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | lws-genaes.c | 292 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt() argument 345 nc_or_iv_off, iv, in, out); in lws_genaes_crypt() 357 n = mbedtls_aes_crypt_ctr(&ctx->u.ctx, len, nc_or_iv_off, in lws_genaes_crypt() 370 n = mbedtls_aes_crypt_ofb(&ctx->u.ctx, len, nc_or_iv_off, iv, in lws_genaes_crypt() 404 *nc_or_iv_off); in lws_genaes_crypt() 411 *nc_or_iv_off, in, len); in lws_genaes_crypt()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-genaes.h | 168 size_t *nc_or_iv_off, int taglen);
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genaes.c | 319 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt() argument 329 (int)*nc_or_iv_off, NULL); in lws_genaes_crypt()
|