| /optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/ |
| H A D | pk_oid_str.c | 33 return CRYPT_ERROR; in pk_oid_str_to_num() 36 if (j == 0) return CRYPT_ERROR; in pk_oid_str_to_num() 59 if (++k >= sizeof(tmp)) return CRYPT_ERROR; in pk_oid_num_to_str() 64 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()
|
| H A D | pk_oid_cmp.c | 17 if (o1 == NULL || o2 == NULL) return CRYPT_ERROR; in pk_oid_cmp_with_ulong() 37 if (o1 == NULL || o2 == NULL) return CRYPT_ERROR; in pk_oid_cmp_with_asn1()
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_inits.c | 36 if (mpi == NULL) return CRYPT_ERROR; in crypt_mp_init() 78 return CRYPT_ERROR; in crypt_mp_init()
|
| H A D | crypt_unregister_cipher.c | 31 return CRYPT_ERROR; in unregister_cipher()
|
| H A D | crypt_unregister_prng.c | 31 return CRYPT_ERROR; in unregister_prng()
|
| H A D | crypt_unregister_hash.c | 31 return CRYPT_ERROR; in unregister_hash()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
| H A D | ccm_process.c | 29 return CRYPT_ERROR; in ccm_process() 34 return CRYPT_ERROR; in ccm_process()
|
| H A D | ccm_done.c | 24 return CRYPT_ERROR; in ccm_done()
|
| /optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
| H A D | chacha20poly1305_add_aad.c | 22 if (st->aadflg == 0) return CRYPT_ERROR; in chacha20poly1305_add_aad()
|
| H A D | chacha20poly1305_memory.c | 57 err = CRYPT_ERROR; in chacha20poly1305_memory()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt.h | 37 CRYPT_ERROR, /* Generic Error */ enumerator
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 217 return CRYPT_ERROR; in read_radix() 231 return CRYPT_ERROR; in write_radix() 250 return CRYPT_ERROR; in unsigned_write() 263 return CRYPT_ERROR; in unsigned_read() 346 return CRYPT_ERROR; in divide() 425 return CRYPT_ERROR; in mod() 488 return CRYPT_ERROR; in invmod()
|
| /optee_os/core/lib/libtomcrypt/src/hashes/helper/ |
| H A D | hash_file.c | 37 return CRYPT_ERROR; in hash_file()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_ssh_ecdsa_encode_name.c | 53 err = CRYPT_ERROR; in ecc_ssh_ecdsa_encode_name()
|
| H A D | ltc_ecc_verify_key.c | 47 err = CRYPT_ERROR; in ltc_ecc_verify_key()
|
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_exptmod.c | 134 …mp(tmpa, tmpb) != LTC_MP_EQ) { err = CRYPT_ERROR; goto error; } in rsa_exptmod() 152 err = CRYPT_ERROR; in rsa_exptmod()
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs12/ |
| H A D | pkcs12_utf8_to_utf16.c | 16 int err = CRYPT_ERROR; in pkcs12_utf8_to_utf16()
|
| /optee_os/core/lib/libtomcrypt/src/mac/xcbc/ |
| H A D | xcbc_file.c | 70 err = CRYPT_ERROR; in xcbc_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/pmac/ |
| H A D | pmac_file.c | 71 err = CRYPT_ERROR; in pmac_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305_file.c | 66 err = CRYPT_ERROR; in poly1305_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/blake2/ |
| H A D | blake2smac_file.c | 61 err = CRYPT_ERROR; in blake2smac_file()
|
| H A D | blake2bmac_file.c | 61 err = CRYPT_ERROR; in blake2bmac_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/f9/ |
| H A D | f9_file.c | 70 err = CRYPT_ERROR; in f9_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/omac/ |
| H A D | omac_file.c | 70 err = CRYPT_ERROR; in omac_file()
|
| /optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
| H A D | hmac_file.c | 73 err = CRYPT_ERROR; in hmac_file()
|