Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcipher_internal.h49 int (*ecb_func)( void *ctx, mbedtls_operation_t mode, member
/net-tools-latest/mbedtls-2.4.0/library/
Dcipher.c291 if( 0 != ( ret = ctx->cipher_info->base->ecb_func( ctx->cipher_ctx, in mbedtls_cipher_update()