Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_setkey (Results 1 – 7 of 7) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_gcm.function181 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 Dgcm.h109 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
/mbedtls-development/library/
A Dgcm.c138 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 Dcipher_wrap.c510 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 Dpsa_crypto_aead.c97 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
/mbedtls-development/programs/test/
A Dbenchmark.c771 mbedtls_gcm_setkey( &gcm, MBEDTLS_CIPHER_ID_AES, tmp, keysize ); in main()
/mbedtls-development/
A DChangeLog2942 mbedtls_gcm_init() -> mbedtls_gcm_setkey()

Completed in 18 milliseconds