Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_mont.c92 int nl, max, i; in bn_from_montgomery_word() local
96 nl = n->top; in bn_from_montgomery_word()
97 if (nl == 0) { in bn_from_montgomery_word()
128 carry |= (v != rp[nl]); in bn_from_montgomery_word()
129 carry &= (v <= rp[nl]); in bn_from_montgomery_word()
130 rp[nl] = v; in bn_from_montgomery_word()
133 if (bn_wexpand(ret, nl) == NULL) in bn_from_montgomery_word()
135 ret->top = nl; in bn_from_montgomery_word()
145 ap = &(r->d[nl]); in bn_from_montgomery_word()
147 carry -= bn_sub_words(rp, ap, np, nl); in bn_from_montgomery_word()
[all …]
/openssl/crypto/asn1/
H A Dasn1_parse.c100 int nl, hl, j, r; in asn1_parse2() local
171 nl = 0; in asn1_parse2()
245 if (!nl) { in asn1_parse2()
256 nl = 1; in asn1_parse2()
314 if (!nl) { in asn1_parse2()
322 nl = 1; in asn1_parse2()
338 if (!nl) { in asn1_parse2()
/openssl/apps/
H A Dopenssl.c333 int i, nl; in help_main() local
370 nl = 0; in help_main()
373 nl = 1; in help_main()
377 if (!nl) in help_main()
/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl156 sub nl($) subroutine
553 $self->nl();
/openssl/ssl/statem/
H A Dstatem_srvr.c2801 size_t nl = tls12_get_psigalgs(s, 1, &psigs); in tls_construct_certificate_request() local
2805 || !tls12_copy_sigalgs(s, pkt, psigs, nl) in tls_construct_certificate_request()
/openssl/
H A DCHANGES.md12354 *Maurice Gittens <maurice@gittens.nl>, touchups by Geoff Thorpe*
18615 See <http://www.stack.nl/~dimitri/doxygen/index.html>, and run doxygen with

Completed in 61 milliseconds