Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_pka.c86 #define PKA_BIGNUM_WORDS(x) (rk_bn_get_size(x) / sizeof(u32)) macro
447 bn_words = PKA_BIGNUM_WORDS(bn); in pka_copy_bn_into_reg()
645 if (!in || !e || !n || !out || PKA_BIGNUM_WORDS(n) == 0) in rk_pka_expt_mod()
648 max_word_size = PKA_BIGNUM_WORDS(n); in rk_pka_expt_mod()