Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcipher_wrap.h67 int (*ofb_func)( void *ctx, size_t length, size_t *iv_off, member
Dcipher.c700 if( 0 != ( ret = ctx->cipher_info->base->ofb_func( ctx->cipher_ctx, in mbedtls_cipher_update()