Home
last modified time | relevance | path

Searched defs:hash_ops (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dhash.c17 static const struct crypto_hash_ops hash_ops; variable
116 static const struct crypto_hash_ops hash_ops = { variable
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c23 static const struct crypto_hash_ops hash_ops; variable
230 static const struct crypto_hash_ops hash_ops = { variable
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c109 static struct crypto_mac_ops hash_ops = { variable
H A Dsec_hash.c506 static struct crypto_hash_ops hash_ops = { variable
/optee_os/core/crypto/
H A Dcrypto.c79 static const struct crypto_hash_ops *hash_ops(void *ctx) in hash_ops() function