/optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/ |
A D | pk_oid_str.c | 39 return CRYPT_ERROR; in pk_oid_str_to_num() 42 if (j == 0) return CRYPT_ERROR; in pk_oid_str_to_num() 65 if (++k >= sizeof(tmp)) return CRYPT_ERROR; in pk_oid_num_to_str() 70 if (++k >= sizeof(tmp)) return CRYPT_ERROR; in pk_oid_num_to_str() 76 if (++k >= sizeof(tmp)) return CRYPT_ERROR; in pk_oid_num_to_str()
|
A D | pk_oid_cmp.c | 24 if (o1 == NULL || o2 == NULL) return CRYPT_ERROR; in pk_oid_cmp_with_ulong() 44 if (o1 == NULL || o2 == NULL) return CRYPT_ERROR; in pk_oid_cmp_with_asn1()
|
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_inits.c | 43 if (mpi == NULL) return CRYPT_ERROR; in crypt_mp_init() 85 return CRYPT_ERROR; in crypt_mp_init()
|
A D | crypt_unregister_cipher.c | 38 return CRYPT_ERROR; in unregister_cipher()
|
A D | crypt_unregister_hash.c | 38 return CRYPT_ERROR; in unregister_hash()
|
A D | crypt_unregister_prng.c | 38 return CRYPT_ERROR; in unregister_prng()
|
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_process.c | 36 return CRYPT_ERROR; in ccm_process() 41 return CRYPT_ERROR; in ccm_process()
|
A D | ccm_done.c | 31 return CRYPT_ERROR; in ccm_done()
|
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 218 return CRYPT_ERROR; in read_radix() 232 return CRYPT_ERROR; in write_radix() 251 return CRYPT_ERROR; in unsigned_write() 264 return CRYPT_ERROR; in unsigned_read() 347 return CRYPT_ERROR; in divide() 426 return CRYPT_ERROR; in mod() 489 return CRYPT_ERROR; in invmod()
|
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_add_aad.c | 29 if (st->aadflg == 0) return CRYPT_ERROR; in chacha20poly1305_add_aad()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt.h | 44 CRYPT_ERROR, /* Generic Error */ enumerator
|
/optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_exptmod.c | 141 …mp(tmpa, tmpb) != LTC_MP_EQ) { err = CRYPT_ERROR; goto error; } in rsa_exptmod() 159 err = CRYPT_ERROR; in rsa_exptmod()
|
/optee_os/core/lib/libtomcrypt/src/hashes/helper/ |
A D | hash_file.c | 44 return CRYPT_ERROR; in hash_file()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_recover_key.c | 52 return CRYPT_ERROR; in ecc_recover_key() 98 err = CRYPT_ERROR; goto error; in ecc_recover_key() 138 err = CRYPT_ERROR; in ecc_recover_key()
|
A D | ecc_sign_hash.c | 147 err = CRYPT_ERROR; goto errnokey; in ecc_sign_hash_ex() 176 err = CRYPT_ERROR; in ecc_sign_hash_ex()
|
A D | ltc_ecc_verify_key.c | 54 err = CRYPT_ERROR; in ltc_ecc_verify_key()
|
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/ |
A D | pkcs12_utf8_to_utf16.c | 23 int err = CRYPT_ERROR; in pkcs12_utf8_to_utf16()
|
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 170 return CRYPT_ERROR; in read_radix() 182 return (ret == 0 ? CRYPT_OK : CRYPT_ERROR); in read_radix() 305 if (mpz_cmp_ui(((__mpz_struct *)prime), 2) == 0) return CRYPT_ERROR; /* prime must be odd */ in sqrtmod_prime() 307 …if (legendre == -1) return CRYPT_ERROR; /* quadratic non-residue … in sqrtmod_prime()
|
/optee_os/core/lib/libtomcrypt/src/mac/blake2/ |
A D | blake2bmac_file.c | 68 err = CRYPT_ERROR; in blake2bmac_file()
|
A D | blake2smac_file.c | 68 err = CRYPT_ERROR; in blake2smac_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/f9/ |
A D | f9_file.c | 77 err = CRYPT_ERROR; in f9_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/omac/ |
A D | omac_file.c | 77 err = CRYPT_ERROR; in omac_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/pmac/ |
A D | pmac_file.c | 78 err = CRYPT_ERROR; in pmac_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
A D | poly1305_file.c | 73 err = CRYPT_ERROR; in poly1305_file()
|
/optee_os/core/lib/libtomcrypt/src/mac/xcbc/ |
A D | xcbc_file.c | 77 err = CRYPT_ERROR; in xcbc_file()
|