Searched refs:PKA_BIGNUM_WORDS (Results 1 – 1 of 1) sorted by relevance
86 #define PKA_BIGNUM_WORDS(x) (rk_bn_get_size(x) / sizeof(u32)) macro447 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()