Searched refs:out_q (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libcrypto/bn/arch/i386/
H A Dbn_arch.h44 bn_div_rem_words_inline(BN_ULONG h, BN_ULONG l, BN_ULONG d, BN_ULONG *out_q, argument
58 *out_q = q;
/openbsd-current/lib/libcrypto/bn/arch/amd64/
H A Dbn_arch.h49 bn_div_rem_words_inline(BN_ULONG h, BN_ULONG l, BN_ULONG d, BN_ULONG *out_q, argument
63 *out_q = q;
/openbsd-current/lib/libcrypto/bn/
H A Dbn_div.c161 bn_div_rem_words_inline(BN_ULONG h, BN_ULONG l, BN_ULONG d, BN_ULONG *out_q, argument
169 *out_q = q;
175 bn_div_rem_words(BN_ULONG h, BN_ULONG l, BN_ULONG d, BN_ULONG *out_q, argument
178 bn_div_rem_words_inline(h, l, d, out_q, out_r);
H A Dbn_local.h274 void bn_div_rem_words(BN_ULONG h, BN_ULONG l, BN_ULONG d, BN_ULONG *out_q,
/openbsd-current/regress/lib/libcrypto/dsa/
H A Ddsatest.c75 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
93 static unsigned char out_q[] = { variable
166 j = sizeof(out_q);
167 if ((i != j) || (memcmp(buf, out_q, i) != 0)) {

Completed in 72 milliseconds