Home
last modified time | relevance | path

Searched refs:CRYPT_ERROR (Results 1 – 25 of 46) sorted by relevance

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/oid/
A Dpk_oid_str.c33 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()
A Dpk_oid_cmp.c17 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-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_inits.c36 if (mpi == NULL) return CRYPT_ERROR; in crypt_mp_init()
78 return CRYPT_ERROR; in crypt_mp_init()
A Dcrypt_unregister_cipher.c31 return CRYPT_ERROR; in unregister_cipher()
A Dcrypt_unregister_hash.c31 return CRYPT_ERROR; in unregister_hash()
A Dcrypt_unregister_prng.c31 return CRYPT_ERROR; in unregister_prng()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_process.c29 return CRYPT_ERROR; in ccm_process()
34 return CRYPT_ERROR; in ccm_process()
A Dccm_done.c24 return CRYPT_ERROR; in ccm_done()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_add_aad.c22 if (st->aadflg == 0) return CRYPT_ERROR; in chacha20poly1305_add_aad()
A Dchacha20poly1305_memory.c57 err = CRYPT_ERROR; in chacha20poly1305_memory()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt.h37 CRYPT_ERROR, /* Generic Error */ enumerator
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/helper/
A Dhash_file.c37 return CRYPT_ERROR; in hash_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_ssh_ecdsa_encode_name.c53 err = CRYPT_ERROR; in ecc_ssh_ecdsa_encode_name()
A Dltc_ecc_verify_key.c47 err = CRYPT_ERROR; in ltc_ecc_verify_key()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c218 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-3.20.0/core/lib/libtomcrypt/src/misc/pkcs12/
A Dpkcs12_utf8_to_utf16.c16 int err = CRYPT_ERROR; in pkcs12_utf8_to_utf16()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_exptmod.c134 …mp(tmpa, tmpb) != LTC_MP_EQ) { err = CRYPT_ERROR; goto error; } in rsa_exptmod()
152 err = CRYPT_ERROR; in rsa_exptmod()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/blake2/
A Dblake2bmac_file.c61 err = CRYPT_ERROR; in blake2bmac_file()
A Dblake2smac_file.c61 err = CRYPT_ERROR; in blake2smac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/f9/
A Df9_file.c70 err = CRYPT_ERROR; in f9_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/
A Domac_file.c70 err = CRYPT_ERROR; in omac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/
A Dpmac_file.c71 err = CRYPT_ERROR; in pmac_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305_file.c66 err = CRYPT_ERROR; in poly1305_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/
A Dxcbc_file.c70 err = CRYPT_ERROR; in xcbc_file()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_file.c73 err = CRYPT_ERROR; in hmac_file()

Completed in 17 milliseconds

12