Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcipher_internal.h55 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
/AliOS-Things-master/components/mbedtls/library/
A Dcipher.c442 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update()
491 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update()
829 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_finish()

Completed in 4 milliseconds