Searched refs:words (Results 1 – 2 of 2) sorted by relevance
736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) argument737 BIGNUM *bn_expand2(BIGNUM *a, int words);739 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */817 # define bn_wcheck_size(bn, words) \ argument820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \831 # define bn_wcheck_size(bn, words) argument
10 TEE_PARAM_TYPE_VALUE_INPUT (in other words, not a memory reference).
Completed in 5 milliseconds