Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 81) sorted by relevance

1234

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c21 struct crypto_hmac *hash = NULL; in sec_hmac_initialize() local
38 struct crypto_hmac *hash = NULL; in sec_hmac_do_update() local
60 struct crypto_hmac *hash = to_hmac_ctx(ctx); in sec_hmac_do_final() local
68 struct crypto_hmac *hash = NULL; in sec_hmac_ctx_free() local
120 struct crypto_hmac *hash = NULL; in sec_hmac_ctx_allocate() local
H A Dsec_hash.c304 struct crypto_hash *hash = NULL; in sec_hash_initialize() local
373 struct crypto_hash *hash = NULL; in sec_hash_do_update() local
422 struct crypto_hash *hash = to_hash_ctx(ctx); in sec_hash_do_final() local
442 struct crypto_hash *hash = NULL; in sec_hash_ctx_free() local
602 struct crypto_hash *hash = NULL; in sec_hash_ctx_allocate() local
/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c24 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
262 uint32_t hash = 0; in pkcs2tee_proc_params_rsa_aes_wrap() local
328 uint32_t hash = 0; in pkcs2tee_algo_rsa_oaep() local
419 uint32_t hash = 0; in pkcs2tee_algo_rsa_aes_wrap() local
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_verify_hash.c24 const unsigned char *hash, unsigned long hashlen, in dsa_verify_hash_raw()
90 const unsigned char *hash, unsigned long hashlen, in dsa_verify_hash()
H A Ddsa_decrypt_key.c29 int hash, err; in dsa_decrypt_key() local
H A Ddsa_encrypt_key.c26 prng_state *prng, int wprng, int hash, in dsa_encrypt_key()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_register_hash.c15 int register_hash(const struct ltc_hash_descriptor *hash) in register_hash()
H A Dcrypt_unregister_hash.c15 int unregister_hash(const struct ltc_hash_descriptor *hash) in unregister_hash()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c159 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/lib/libmbedtls/mbedtls/library/
H A Dpk_wrap.c66 const unsigned char *hash, size_t hash_len, in rsa_verify_wrap()
131 const unsigned char *hash, size_t hash_len, in rsa_verify_wrap()
170 const unsigned char *hash, size_t hash_len, in mbedtls_pk_psa_rsa_sign_ext()
231 const unsigned char *hash, size_t hash_len, in rsa_sign_wrap()
255 const unsigned char *hash, size_t hash_len, in rsa_sign_wrap()
540 const unsigned char *hash, size_t hash_len, in ecdsa_verify_psa()
604 const unsigned char *hash, size_t hash_len, in ecdsa_opaque_verify_wrap()
635 const unsigned char *hash, size_t hash_len, in ecdsa_verify_wrap()
648 const unsigned char *hash, size_t hash_len, in ecdsa_verify_wrap()
672 const unsigned char *hash, size_t hash_len, in ecdsa_verify_wrap()
[all …]
H A Dpsa_crypto_hash.c342 uint8_t *hash, in mbedtls_psa_hash_finish()
437 uint8_t *hash, in mbedtls_psa_hash_compute()
H A Drsa.c1696 static int hash_mprime(const unsigned char *hash, size_t hlen, in hash_mprime()
2122 const unsigned char *hash, in rsa_rsassa_pss_sign_no_mode_check()
2236 const unsigned char *hash, in rsa_rsassa_pss_sign()
2255 const unsigned char *hash, in mbedtls_rsa_rsassa_pss_sign_no_mode_check()
2271 const unsigned char *hash, in mbedtls_rsa_rsassa_pss_sign_ext()
2287 const unsigned char *hash, in mbedtls_rsa_rsassa_pss_sign()
2319 const unsigned char *hash, in rsa_rsassa_pkcs1_v15_encode()
2440 const unsigned char *hash, in mbedtls_rsa_rsassa_pkcs1_v15_sign()
2509 const unsigned char *hash, in mbedtls_rsa_pkcs1_sign()
2541 const unsigned char *hash, in mbedtls_rsa_rsassa_pss_verify_ext()
[all …]
/optee_os/core/lib/libtomcrypt/src/stream/salsa20/
H A Dxsalsa20_test.c16 static int s_sha256(unsigned char *hash, const unsigned char *data, const int datalen) { in s_sha256()
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
H A Dhash_file.c18 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) in hash_file()
H A Dhash_memory.c20 int hash_memory(int hash, const unsigned char *in, unsigned long inlen, unsigned char *out, unsigne… in hash_memory()
H A Dhash_filehandle.c19 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) in hash_filehandle()
H A Dhash_memory_multi.c22 int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen, in hash_memory_multi()
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
H A Dhmac_file.c22 int hmac_file(int hash, const char *fname, in hmac_file()
H A Dhmac_memory.c23 int hmac_memory(int hash, in hmac_memory()
H A Dhmac_init.c22 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init()
H A Dhmac_done.c25 int hash, err; in hmac_done() local
H A Dhmac_memory_multi.c25 int hmac_memory_multi(int hash, in hmac_memory_multi()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_decrypt_key.c29 int hash, err; in ecc_decrypt_key() local
H A Decc_encrypt_key.c27 prng_state *prng, int wprng, int hash, in ecc_encrypt_key()
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dadler32.c78 void adler32_finish(const adler32_state *ctx, void *hash, unsigned long size) in adler32_finish()

1234