Searched refs:mbedtls_camellia_setkey_enc (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | camellia.h | 80 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | camellia.c | 291 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_enc() function 416 if ((ret = mbedtls_camellia_setkey_enc(&cty, key, keybits)) != 0) { in mbedtls_camellia_setkey_dec() 913 mbedtls_camellia_setkey_enc(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test() 957 mbedtls_camellia_setkey_enc(&ctx, key, 128 + u * 64); in mbedtls_camellia_self_test() 1009 mbedtls_camellia_setkey_enc(&ctx, key, 128); in mbedtls_camellia_self_test()
|
| H A D | block_cipher.c | 161 return mbedtls_camellia_setkey_enc(&ctx->ctx.camellia, key, key_bitlen); in mbedtls_block_cipher_setkey()
|
| H A D | cipher_wrap.c | 845 return mbedtls_camellia_setkey_enc((mbedtls_camellia_context *) ctx, key, key_bitlen); in camellia_setkey_enc_wrap()
|