Home
last modified time | relevance | path

Searched refs:BITS2WORD (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c201 for (i = 0; i < BITS2WORD(nbits); i++) in rockchip_crypto_sha_final()
263 for (i = 0; i < BITS2WORD(nbits); i++) in rockchip_crypto_rsa_verify()
H A Dcrypto_v2.c1387 n_words = BITS2WORD(n_bits); in rockchip_crypto_rsa_verify()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h39 #define BITS2WORD(nbits) ((nbits) / 32) macro