Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_gcm.function26 TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == 0 );
53 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result );
86 … TEST_ASSERT( mbedtls_gcm_setkey( &ctx, cipher_id, key_str->x, key_str->len * 8 ) == init_result );
125 /* mbedtls_gcm_setkey */
128 mbedtls_gcm_setkey( NULL, valid_cipher, valid_buffer, valid_bitlen ) );
131 mbedtls_gcm_setkey( &ctx, valid_cipher, NULL, valid_bitlen ) );
134 mbedtls_gcm_setkey( &ctx, valid_cipher, valid_buffer, invalid_bitlen ) );
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dgcm.c161 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function
796 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
844 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
880 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
941 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
Dcipher_wrap.c518 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap()
893 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap()
1269 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
Dpsa_crypto.c4951 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dgcm.h112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/
Dbenchmark.c514 mbedtls_gcm_setkey( &gcm, MBEDTLS_CIPHER_ID_AES, tmp, keysize ); in main()
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog2366 mbedtls_gcm_init() -> mbedtls_gcm_setkey()