Searched defs:words (Results 1 – 5 of 5) sorted by relevance
171 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words()184 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words()
265 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) in bn_expand_internal()299 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2()1146 BIGNUM *bn_wexpand(BIGNUM *a, int words) in bn_wexpand()
215 # define bn_wcheck_size(bn, words) \ argument231 # define bn_wcheck_size(bn, words) argument
74 const struct script_word *words; member547 const struct script_word *words = info->words; in run_script() local
73 BN_ULONG *words = bn_get_words(bn); in DEFINE_SPECIAL_STACK_OF_CONST() local
Completed in 19 milliseconds