| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_hmac.c | 21 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 D | sec_hash.c | 304 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 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 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 D | dsa_verify_hash.c | 24 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 D | dsa_decrypt_key.c | 29 int hash, err; in dsa_decrypt_key() local
|
| H A D | dsa_encrypt_key.c | 26 prng_state *prng, int wprng, int hash, in dsa_encrypt_key()
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_register_hash.c | 15 int register_hash(const struct ltc_hash_descriptor *hash) in register_hash()
|
| H A D | crypt_unregister_hash.c | 15 int unregister_hash(const struct ltc_hash_descriptor *hash) in unregister_hash()
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H 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/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_wrap.c | 66 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 D | psa_crypto_hash.c | 342 uint8_t *hash, in mbedtls_psa_hash_finish() 437 uint8_t *hash, in mbedtls_psa_hash_compute()
|
| H A D | rsa.c | 1696 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 D | xsalsa20_test.c | 16 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 D | hash_file.c | 18 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) in hash_file()
|
| H A D | hash_memory.c | 20 int hash_memory(int hash, const unsigned char *in, unsigned long inlen, unsigned char *out, unsigne… in hash_memory()
|
| H A D | hash_filehandle.c | 19 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) in hash_filehandle()
|
| H A D | hash_memory_multi.c | 22 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 D | hmac_file.c | 22 int hmac_file(int hash, const char *fname, in hmac_file()
|
| H A D | hmac_memory.c | 23 int hmac_memory(int hash, in hmac_memory()
|
| H A D | hmac_init.c | 22 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init()
|
| H A D | hmac_done.c | 25 int hash, err; in hmac_done() local
|
| H A D | hmac_memory_multi.c | 25 int hmac_memory_multi(int hash, in hmac_memory_multi()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_decrypt_key.c | 29 int hash, err; in ecc_decrypt_key() local
|
| H A D | ecc_encrypt_key.c | 27 prng_state *prng, int wprng, int hash, in ecc_encrypt_key()
|
| /optee_os/core/lib/libtomcrypt/src/misc/ |
| H A D | adler32.c | 78 void adler32_finish(const adler32_state *ctx, void *hash, unsigned long size) in adler32_finish()
|