Searched refs:mbedtls_gcm_setkey (Results 1 – 7 of 7) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_gcm.function | 181 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 210 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result ); 302 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 324 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 343 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 363 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 386 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 406 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 ); 424 /* mbedtls_gcm_setkey */ 427 mbedtls_gcm_setkey( &ctx, valid_cipher, valid_buffer, invalid_bitlen ) ); [all …]
|
/mbedtls-development/include/mbedtls/ |
A D | gcm.h | 109 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/mbedtls-development/library/ |
A D | gcm.c | 138 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 906 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 963 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 999 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 1073 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
|
A D | cipher_wrap.c | 510 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap() 918 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap() 1327 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
|
A D | psa_crypto_aead.c | 97 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
|
/mbedtls-development/programs/test/ |
A D | benchmark.c | 771 mbedtls_gcm_setkey( &gcm, MBEDTLS_CIPHER_ID_AES, tmp, keysize ); in main()
|
/mbedtls-development/ |
A D | ChangeLog | 2942 mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
Completed in 18 milliseconds