Searched refs:mbedtls_camellia_crypt_cbc (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | camellia.h | 151 int mbedtls_camellia_crypt_cbc(mbedtls_camellia_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | camellia.c | 519 int mbedtls_camellia_crypt_cbc(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cbc() function 972 mbedtls_camellia_crypt_cbc(&ctx, v, 16, iv, src, buf); in mbedtls_camellia_self_test()
|
| H A D | cipher_wrap.c | 809 return mbedtls_camellia_crypt_cbc((mbedtls_camellia_context *) ctx, operation, length, iv, in camellia_crypt_cbc_wrap()
|