| /external/mbedtls/tests/suites/ |
| 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 ); 256 … 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 */ [all …]
|
| /external/openthread/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 ) );
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | gcm.c | 138 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 775 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 832 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 868 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 929 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_aead.c | 129 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
|
| /external/mbedtls/library/ |
| D | gcm.c | 123 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx, in mbedtls_gcm_setkey() function 865 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 922 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 958 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test() 1032 ret = mbedtls_gcm_setkey( &ctx, cipher, in mbedtls_gcm_self_test()
|
| D | cipher_wrap.c | 504 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_AES, in gcm_aes_setkey_wrap() 912 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_CAMELLIA, in gcm_camellia_setkey_wrap() 1321 return mbedtls_gcm_setkey( (mbedtls_gcm_context *) ctx, MBEDTLS_CIPHER_ID_ARIA, in gcm_aria_setkey_wrap()
|
| D | psa_crypto_aead.c | 91 mbedtls_gcm_setkey( &operation->ctx.gcm, cipher_id, in psa_aead_setup()
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | gcm.h | 115 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
| /external/mbedtls/include/mbedtls/ |
| D | gcm.h | 109 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,
|
| /external/arm-trusted-firmware/drivers/auth/mbedtls/ |
| D | mbedtls_crypto.c | 255 rc = mbedtls_gcm_setkey(&ctx, cipher, key, key_len * 8); in aes_gcm_decrypt()
|
| /external/libwebsockets/lib/tls/mbedtls/ |
| D | lws-genaes.c | 71 n = mbedtls_gcm_setkey(&ctx->u.ctx_gcm, MBEDTLS_CIPHER_ID_AES, in lws_genaes_create()
|
| /external/mbedtls/programs/test/ |
| D | benchmark.c | 752 mbedtls_gcm_setkey( &gcm, MBEDTLS_CIPHER_ID_AES, tmp, keysize ); in main()
|
| /external/openthread/third_party/mbedtls/repo/programs/test/ |
| D | benchmark.c | 546 mbedtls_gcm_setkey( &gcm, MBEDTLS_CIPHER_ID_AES, tmp, keysize ); in main()
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 2798 mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
| /external/mbedtls/ |
| D | ChangeLog | 3600 mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|