Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dcipher_internal.h86 int (*xts_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dcipher.c693 ret = ctx->cipher_info->base->xts_func( ctx->cipher_ctx, in mbedtls_cipher_update()