Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcipher_internal.h61 int (*cfb_func)( void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, member
/net-tools-latest/mbedtls-2.4.0/library/
Dcipher.c407 if( 0 != ( ret = ctx->cipher_info->base->cfb_func( ctx->cipher_ctx, in mbedtls_cipher_update()