Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_test.c174 printf("\npkcs_5_alg2() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
192 printf("\npkcs_5_alg1() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
210 printf("\npkcs_5_alg1_openssl() #%d: Failed/1 (%s)\n", i, error_to_string(err)); in pkcs_5_test()
/optee_os/core/lib/libtomcrypt/src/misc/
H A Derror_to_string.c61 const char *error_to_string(int err) in error_to_string() function
/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf_test.c263 printf("LTC_HKDF-%s test #%d, %s\n", cases[i].Hash, i, error_to_string(err)); in hkdf_test()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_test.c597 printf("HMAC-%s test %s, %s\n", cases[i].algo, cases[i].num, error_to_string(err)); in hmac_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_misc.h91 const char *error_to_string(int err);
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c82 …s (%s)\n", identifier, data_offset, len, der_asn1_tag_to_string_map[l->tag], error_to_string(err)); in s_der_decode_sequence_flexi()
88 …s (%s)\n", identifier, data_offset, len, der_asn1_tag_to_string_map[l->tag], error_to_string(err)); in s_der_decode_sequence_flexi()
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk20 srcs-y += src/misc/error_to_string.c