Searched refs:cbc_func (Results 1 – 6 of 6) sorted by relevance
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | cipher_internal.h | 57 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | cipher_internal.h | 57 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | cipher_internal.h | 57 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | cipher_internal.h | 57 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | cipher_internal.h | 57 int (*cbc_func)( void *ctx, mbedtls_operation_t mode, size_t length, member
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | cipher.c | 640 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update() 684 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update() 1032 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_finish()
|
Completed in 8 milliseconds