Home
last modified time | relevance | path

Searched refs:mbedtls_camellia_setkey_enc (Results 1 – 12 of 12) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dcamellia.c339 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx, in mbedtls_camellia_setkey_enc() function
463 if( ( ret = mbedtls_camellia_setkey_enc( &cty, key, keybits ) ) != 0 ) in mbedtls_camellia_setkey_dec()
968 mbedtls_camellia_setkey_enc( &ctx, key, 128 + u * 64 ); in mbedtls_camellia_self_test()
1010 mbedtls_camellia_setkey_enc( &ctx, key, 128 + u * 64 ); in mbedtls_camellia_self_test()
1060 mbedtls_camellia_setkey_enc( &ctx, key, 128 ); in mbedtls_camellia_self_test()
A Dcipher_wrap.c722 return mbedtls_camellia_setkey_enc( (mbedtls_camellia_context *) ctx, key, key_bitlen ); in camellia_setkey_enc_wrap()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dcamellia.h101 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx,
A Dcompat-1.3.h1788 #define camellia_setkey_enc mbedtls_camellia_setkey_enc
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcamellia.h101 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx,
A Dcompat-1.3.h1788 #define camellia_setkey_enc mbedtls_camellia_setkey_enc
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dcamellia.h101 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx,
A Dcompat-1.3.h1788 #define camellia_setkey_enc mbedtls_camellia_setkey_enc
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dcamellia.h101 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx,
A Dcompat-1.3.h1788 #define camellia_setkey_enc mbedtls_camellia_setkey_enc
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dcamellia.h101 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx,
A Dcompat-1.3.h1788 #define camellia_setkey_enc mbedtls_camellia_setkey_enc

Completed in 91 milliseconds