Searched refs:mbedtls_gcm_setkey (Results 1 – 7 of 7) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_gcm.function | 26 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/ |
D | gcm.c | 161 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()
|
D | cipher_wrap.c | 518 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()
|
D | psa_crypto.c | 4951 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | gcm.h | 112 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 514 mbedtls_gcm_setkey( &gcm, MBEDTLS_CIPHER_ID_AES, tmp, keysize ); in main()
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | ChangeLog | 2366 mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|