/aosp_15_r20/external/mbedtls/library/ |
H A D | gcm.c | 130 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_setkey() 136 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_setkey() 140 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_setkey() 261 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_starts() 329 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update_ad() 434 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update() 441 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update() 518 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_finish()
|
H A D | error.c | 677 case -(MBEDTLS_ERR_GCM_BAD_INPUT): in mbedtls_low_level_strerr()
|
H A D | psa_crypto.c | 236 case MBEDTLS_ERR_GCM_BAD_INPUT: in mbedtls_to_psa_error()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | gcm.c | 170 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_setkey() 189 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_setkey() 193 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_setkey() 393 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_starts() 478 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update_ad() 483 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update_ad() 589 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update() 596 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_update() 676 return MBEDTLS_ERR_GCM_BAD_INPUT; in mbedtls_gcm_finish()
|
H A D | error.c | 679 case -(MBEDTLS_ERR_GCM_BAD_INPUT): in mbedtls_low_level_strerr()
|
H A D | psa_crypto.c | 433 case MBEDTLS_ERR_GCM_BAD_INPUT: in mbedtls_to_psa_error()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_gcm.function | 462 MBEDTLS_ERR_GCM_BAD_INPUT, 508 gcm_reset_ctx(&ctx, b16, sizeof(b16) * 8, b16, 0, MBEDTLS_ERR_GCM_BAD_INPUT); 514 gcm_reset_ctx(&ctx, b16, sizeof(b16) * 8, b16, 1ULL << 61, MBEDTLS_ERR_GCM_BAD_INPUT); 542 MBEDTLS_ERR_GCM_BAD_INPUT); 549 MBEDTLS_ERR_GCM_BAD_INPUT); 555 TEST_EQUAL(mbedtls_gcm_update_ad(&ctx, b16, UINT64_MAX), MBEDTLS_ERR_GCM_BAD_INPUT); 584 MBEDTLS_ERR_GCM_BAD_INPUT); 591 MBEDTLS_ERR_GCM_BAD_INPUT); 599 MBEDTLS_ERR_GCM_BAD_INPUT);
|
H A D | test_suite_gcm.aes128_en.data | 727 …ID_AES:MBEDTLS_GCM_ENCRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes192_en.data | 675 …CM_ENCRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes192_de.data | 675 …CM_DECRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes256_en.data | 675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes256_de.data | 675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes128_de.data | 727 …ID_AES:MBEDTLS_GCM_DECRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | gcm.h | 35 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | gcm.h | 39 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 macro
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_gcm.function | 429 MBEDTLS_ERR_GCM_BAD_INPUT,
|
H A D | test_suite_gcm.aes192_de.data | 675 …CM_DECRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes256_en.data | 675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes128_en.data | 727 …ID_AES:MBEDTLS_GCM_ENCRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes192_en.data | 675 …CM_ENCRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes256_de.data | 675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|
H A D | test_suite_gcm.aes128_de.data | 727 …ID_AES:MBEDTLS_GCM_DECRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
|