Searched refs:nc_or_iv_off (Results 1 – 3 of 3) sorted by relevance
/external/libwebsockets/lib/tls/mbedtls/ |
D | lws-genaes.c | 278 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt() argument 326 nc_or_iv_off, iv, in, out); in lws_genaes_crypt() 338 n = mbedtls_aes_crypt_ctr(&ctx->u.ctx, len, nc_or_iv_off, in lws_genaes_crypt() 351 n = mbedtls_aes_crypt_ofb(&ctx->u.ctx, len, nc_or_iv_off, iv, in lws_genaes_crypt() 384 *nc_or_iv_off, in, len); in lws_genaes_crypt()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-genaes.h | 168 size_t *nc_or_iv_off, int taglen);
|
/external/libwebsockets/lib/tls/openssl/ |
D | lws-genaes.c | 293 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt() argument 303 (int)*nc_or_iv_off, NULL); in lws_genaes_crypt()
|