/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_register_hash.c | 22 int register_hash(const struct ltc_hash_descriptor *hash) in register_hash()
|
A D | crypt_unregister_hash.c | 22 int unregister_hash(const struct ltc_hash_descriptor *hash) in unregister_hash()
|
/optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_verify_hash.c | 31 const unsigned char *hash, unsigned long hashlen, in dsa_verify_hash_raw() 97 const unsigned char *hash, unsigned long hashlen, in dsa_verify_hash()
|
A D | dsa_decrypt_key.c | 36 int hash, err; in dsa_decrypt_key() local
|
A D | dsa_encrypt_key.c | 33 prng_state *prng, int wprng, int hash, in dsa_encrypt_key()
|
/optee_os/ta/pkcs11/src/ |
A D | processing_rsa.c | 24 uint32_t hash = 0; in pkcs2tee_proc_params_rsa_pss() local 122 uint32_t hash = 0; in pkcs2tee_algo_rsa_pss() local 206 uint32_t hash = 0; in pkcs2tee_proc_params_rsa_oaep() local 266 uint32_t hash = 0; in pkcs2tee_algo_rsa_oaep() local
|
/optee_os/core/drivers/crypto/caam/hash/ |
A D | caam_hash.c | 159 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_init() local 175 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_update() local 191 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_final() local 204 struct crypto_hash *hash = to_hash_ctx(ctx); in do_hash_free() local 247 struct crypto_hash *hash = NULL; in caam_hash_allocate() local
|
/optee_os/core/lib/libtomcrypt/src/stream/salsa20/ |
A D | xsalsa20_test.c | 23 static int _sha256(unsigned char *hash, const unsigned char *data, const int datalen) { in _sha256()
|
/optee_os/core/lib/libtomcrypt/src/hashes/helper/ |
A D | hash_file.c | 25 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) in hash_file()
|
A D | hash_memory.c | 27 int hash_memory(int hash, const unsigned char *in, unsigned long inlen, unsigned char *out, unsigne… in hash_memory()
|
A D | hash_filehandle.c | 26 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) in hash_filehandle()
|
A D | hash_memory_multi.c | 29 int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen, in hash_memory_multi()
|
/optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
A D | hmac_file.c | 29 int hmac_file(int hash, const char *fname, in hmac_file()
|
A D | hmac_memory.c | 30 int hmac_memory(int hash, in hmac_memory()
|
A D | hmac_done.c | 32 int hash, err; in hmac_done() local
|
A D | hmac_init.c | 29 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init()
|
A D | hmac_memory_multi.c | 32 int hmac_memory_multi(int hash, in hmac_memory_multi()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | pk_wrap.c | 78 const unsigned char *hash, size_t hash_len, in rsa_verify_wrap() 110 const unsigned char *hash, size_t hash_len, in rsa_sign_wrap() 243 const unsigned char *hash, size_t hash_len, in eckey_verify_wrap() 260 const unsigned char *hash, size_t hash_len, in eckey_sign_wrap() 334 const unsigned char *hash, size_t hash_len, in eckey_verify_rs_wrap() 358 const unsigned char *hash, size_t hash_len, in eckey_sign_rs_wrap() 640 const unsigned char *hash, size_t hash_len, in ecdsa_sign_wrap() 669 const unsigned char *hash, size_t hash_len, in ecdsa_sign_rs_wrap() 758 const unsigned char *hash, size_t hash_len, in rsa_alt_sign_wrap() 798 unsigned char hash[32]; in rsa_alt_check_pair() local [all …]
|
A D | pk.c | 280 const unsigned char *hash, size_t hash_len, in mbedtls_pk_verify_restartable() 327 const unsigned char *hash, size_t hash_len, in mbedtls_pk_verify() 339 const unsigned char *hash, size_t hash_len, in mbedtls_pk_verify_ext() 402 const unsigned char *hash, size_t hash_len, in mbedtls_pk_sign_restartable() 450 const unsigned char *hash, size_t hash_len, in mbedtls_pk_sign()
|
/optee_os/core/lib/libtomcrypt/src/misc/ |
A D | adler32.c | 85 void adler32_finish(const adler32_state *ctx, void *hash, unsigned long size) in adler32_finish()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_decrypt_key.c | 36 int hash, err; in ecc_decrypt_key() local
|
A D | ecc_encrypt_key.c | 34 prng_state *prng, int wprng, int hash, in ecc_encrypt_key()
|
/optee_os/core/include/tee/ |
A D | fs_dirfile.h | 22 uint8_t hash[TEE_FS_HTREE_HASH_SIZE]; member
|
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
A D | pkcs_1_pss_decode.c | 36 unsigned char *DB, *mask, *salt, *hash; in pkcs_1_pss_decode() local
|
A D | pkcs_1_pss_encode.c | 38 unsigned char *DB, *mask, *salt, *hash; in pkcs_1_pss_encode() local
|