Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_GCM_BAD_INPUT (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dgcm.c130 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 Derror.c677 case -(MBEDTLS_ERR_GCM_BAD_INPUT): in mbedtls_low_level_strerr()
H A Dpsa_crypto.c236 case MBEDTLS_ERR_GCM_BAD_INPUT: in mbedtls_to_psa_error()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dgcm.c170 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 Derror.c679 case -(MBEDTLS_ERR_GCM_BAD_INPUT): in mbedtls_low_level_strerr()
H A Dpsa_crypto.c433 case MBEDTLS_ERR_GCM_BAD_INPUT: in mbedtls_to_psa_error()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_gcm.function462 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 Dtest_suite_gcm.aes128_en.data727 …ID_AES:MBEDTLS_GCM_ENCRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes192_en.data675 …CM_ENCRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes192_de.data675 …CM_DECRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes256_en.data675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes256_de.data675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes128_de.data727 …ID_AES:MBEDTLS_GCM_DECRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dgcm.h35 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dgcm.h39 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 macro
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_gcm.function429 MBEDTLS_ERR_GCM_BAD_INPUT,
H A Dtest_suite_gcm.aes192_de.data675 …CM_DECRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes256_en.data675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes128_en.data727 …ID_AES:MBEDTLS_GCM_ENCRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes192_en.data675 …CM_ENCRYPT:"b10979797fb8f418a126120d45106e1779b4538751a19bf6":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes256_de.data675 …4e7caecad56ee31c8bf8dde9592f753a6299e76c60ac1e93cff3b3de8ce9":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT
H A Dtest_suite_gcm.aes128_de.data727 …ID_AES:MBEDTLS_GCM_DECRYPT:"d0194b6ee68f0ed8adc4b22ed15dbf14":"":"":"":32:MBEDTLS_ERR_GCM_BAD_INPUT