Searched refs:mbedtls_camellia_setkey_dec (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_camellia.function | 81 … TEST_ASSERT( mbedtls_camellia_setkey_dec( &ctx, key_str->x, key_str->len * 8 ) == setkey_result ); 131 mbedtls_camellia_setkey_dec( &ctx, key_str->x, key_str->len * 8 );
|
/third_party/mbedtls/include/mbedtls/ |
D | camellia.h | 109 int mbedtls_camellia_setkey_dec( mbedtls_camellia_context *ctx,
|
/third_party/mbedtls/library/ |
D | camellia.c | 425 int mbedtls_camellia_setkey_dec( mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_dec() function 941 mbedtls_camellia_setkey_dec( &ctx, key, 128 + u * 64 ); in mbedtls_camellia_self_test() 985 mbedtls_camellia_setkey_dec( &ctx, key, 128 + u * 64 ); in mbedtls_camellia_self_test()
|
D | cipher_wrap.c | 721 return mbedtls_camellia_setkey_dec( (mbedtls_camellia_context *) ctx, key, key_bitlen ); in camellia_setkey_dec_wrap()
|