Home
last modified time | relevance | path

Searched refs:hash_memory (Results 1 – 19 of 19) sorted by relevance

/optee_os/out/arm/core/lib/libtomcrypt/src/hashes/helper/
A D.hash_memory.o.cmd1hash_memory.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/…
A D.hash_memory.o.d1 out/arm/core/lib/libtomcrypt/src/hashes/helper/hash_memory.o: \
2 core/lib/libtomcrypt/src/hashes/helper/hash_memory.c \
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
A Dpkcs_1_oaep_decode.c128 if ((err = hash_memory(hash_idx, lparam, lparamlen, seed, &x)) != CRYPT_OK) { in pkcs_1_oaep_decode()
133 if ((err = hash_memory(hash_idx, DB, 0, seed, &x)) != CRYPT_OK) { in pkcs_1_oaep_decode()
A Dpkcs_1_oaep_encode.c86 if ((err = hash_memory(hash_idx, lparam, lparamlen, DB, &x)) != CRYPT_OK) { in pkcs_1_oaep_encode()
91 if ((err = hash_memory(hash_idx, DB, 0, DB, &x)) != CRYPT_OK) { in pkcs_1_oaep_encode()
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
A Dsub.mk3 srcs-y += hash_memory.c
A Dhash_memory.c27 int hash_memory(int hash, const unsigned char *in, unsigned long inlen, unsigned char *out, unsigne… in hash_memory() function
/optee_os/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_init.c66 if ((err = hash_memory(hash, key, keylen, hmac->key, &z)) != CRYPT_OK) { in hmac_init()
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_generate_pqg.c133 if ((err = hash_memory(hash, sbuf, seedbytes, digest, &i)) != CRYPT_OK) { goto cleanup; } in _dsa_make_params()
154 err = hash_memory(hash, sbuf, seedbytes, wbuf+(n-j)*outbytes, &i); in _dsa_make_params()
A Ddsa_decrypt_key.c97 if ((err = hash_memory(hash, expt, x, expt, &y)) != CRYPT_OK) { in dsa_decrypt_key()
A Ddsa_encrypt_key.c96 if ((err = hash_memory(hash, expt, x, skey, &y)) != CRYPT_OK) { in dsa_encrypt_key()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_encrypt_key.c97 if ((err = hash_memory(hash, ecc_shared, x, skey, &y)) != CRYPT_OK) { in ecc_encrypt_key()
A Decc_decrypt_key.c101 if ((err = hash_memory(hash, ecc_shared, x, ecc_shared, &y)) != CRYPT_OK) { in ecc_decrypt_key()
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
A Dpkcs_5_1.c104 …if ((err = hash_memory(hash_idx, buf, hash_descriptor[hash_idx]->hashsize, buf, &x)) != CRYPT_OK) { in _pkcs_5_alg1_common()
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/
A Dpkcs12_kdf.c52 err = hash_memory(hash_id, A, Alen, A, &Alen); /* A = HASH(A) */ in pkcs12_kdf()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h500 int hash_memory(int hash,
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c240 if ((err = hash_memory(hash_idx, m, n, out, &len)) != CRYPT_OK) return err; in tweetnacl_crypto_hash()
/optee_os/out/arm/core/
A Dtee.map227 out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
228 out/arm/core/lib/libtomcrypt/libtomcrypt.a(hmac_init.o) (hash_memory)
15408 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
15409 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
15410 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
15411 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
15412 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
15413 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
15414 …oup 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(hash_memory.o)
24163 .text.hash_memory
[all …]
A Dtee.symb_sizes347 000000000e14096c 0000000000000110 T hash_memory
A Dtee.dmp88172 e139818: 94001c55 bl e14096c <hash_memory>
97703 000000000e14096c <hash_memory>:
97704 hash_memory():
97713 e140984: b4000741 cbz x1, e140a6c <hash_memory+0x100>
97716 e14098c: b4000703 cbz x3, e140a6c <hash_memory+0x100>
97719 e140994: b40006c4 cbz x4, e140a6c <hash_memory+0x100>
97786 e140a68: 17ffffdb b e1409d4 <hash_memory+0x68>
97789 e140a70: 17ffffd9 b e1409d4 <hash_memory+0x68>
97792 e140a78: 17ffffd7 b e1409d4 <hash_memory+0x68>
101092 e142f40: 97fff68b bl e14096c <hash_memory>
[all …]

Completed in 260 milliseconds