Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dcipher_internal.h75 int (*stream_func)( void *ctx, size_t length, member
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dcipher.c439 if( 0 != ( ret = ctx->cipher_info->base->stream_func( ctx->cipher_ctx, in mbedtls_cipher_update()