/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_verify_key.c | 23 int dsa_verify_key(const dsa_key *key, int *stat) in dsa_verify_key() 44 int dsa_int_validate_pqg(const dsa_key *key, int *stat) in dsa_int_validate_pqg() 98 int dsa_int_validate_primes(const dsa_key *key, int *stat) in dsa_int_validate_primes() 133 int dsa_int_validate_xy(const dsa_key *key, int *stat) in dsa_int_validate_xy()
|
A D | dsa_set.c | 24 int err, stat; in dsa_set_pqg() local 69 int err, stat = 0; in dsa_set_key() local
|
A D | dsa_verify_hash.c | 25 int *stat, const dsa_key *key) in dsa_verify_hash_raw() 91 int *stat, const dsa_key *key) in dsa_verify_hash()
|
A D | dsa_set_pqg_dsaparam.c | 21 int err, stat; in dsa_set_pqg_dsaparam() local
|
A D | dsa_import.c | 21 int err, stat; in dsa_import() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_verify.c | 15 int *stat, in s_ed25519_verify() 70 int *stat, in ed25519ctx_verify() 99 int *stat, in ed25519ph_verify() 128 int *stat, in ed25519_verify()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_done_decrypt.c | 26 const unsigned char *tag, unsigned long taglen, int *stat) in ocb_done_decrypt()
|
A D | ocb_decrypt_verify_memory.c | 32 int *stat) in ocb_decrypt_verify_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_decrypt_key.c | 30 int *stat, const rsa_key *key) in rsa_decrypt_key_ex()
|
A D | rsa_verify_hash.c | 30 int *stat, const rsa_key *key) in rsa_verify_hash_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ed25519.c | 131 int stat = 0; in crypto_acipher_ed25519_verify() local 158 int stat = 0; in crypto_acipher_ed25519ctx_verify() local
|
A D | rsa.c | 601 int stat, ltc_hashindex, ltc_res, ltc_rsa_algo; in sw_crypto_acipher_rsassa_verify() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_decrypt_verify_memory.c | 36 int *stat) in eax_decrypt_verify_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_decrypt_verify_memory.c | 36 int *stat) in ocb3_decrypt_verify_memory()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_verify_hash.c | 26 ecc_signature_type sigformat, int *stat, const ecc_key *key) in ecc_verify_hash_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 62 #define rsa_decrypt_key(in, inlen, out, outlen, lparam, lparamlen, hash_idx, stat, key) \ argument 68 #define rsa_verify_hash(sig, siglen, hash, hashlen, hash_idx, saltlen, stat, key) \ argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 451 int tweetnacl_crypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen,const u8 *ctx,u64 … in tweetnacl_crypto_sign_open()
|