Home
last modified time | relevance | path

Searched refs:it8xxx2_query_hw_caps (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/crypto/
Dcrypto_it8xxx2_sha.c181 static inline int it8xxx2_query_hw_caps(const struct device *dev) in it8xxx2_query_hw_caps() function
194 if (ctx->flags & ~(it8xxx2_query_hw_caps(dev))) { in it8xxx2_hash_begin_session()
221 .query_hw_caps = it8xxx2_query_hw_caps,
Dcrypto_it8xxx2_sha_v2.c301 static inline int it8xxx2_query_hw_caps(const struct device *dev) in it8xxx2_query_hw_caps() function
314 if (ctx->flags & ~(it8xxx2_query_hw_caps(dev))) { in it8xxx2_hash_begin_session()
346 .query_hw_caps = it8xxx2_query_hw_caps,