Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 9 of 9) sorted by relevance

/openssl-master/test/
A Dtls13encryptiontest.c204 size_t outer, inner, curr = 0; in multihexstr2buf() local
209 for (outer = 0; outer < 3; outer++) { in multihexstr2buf()
210 totlen += strlen(str[outer]); in multihexstr2buf()
220 for (outer = 0; outer < 3; outer++) { in multihexstr2buf()
221 for (inner = 0; str[outer][inner] != 0; inner += 2) { in multihexstr2buf()
224 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf()
225 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf()
/openssl-master/crypto/bn/asm/
A Darmv4-mont.pl310 my ($tinptr,$toutptr,$inner,$outer,$bnptr)=map("r$_",(6..11));
358 sub $outer,$num,#1
397 subs $outer,$outer,#1
470 mov $outer,$num
631 subs $outer,$outer,#8
A Dbn-c64xplus.asm231 || MVK 8,A0 ; M, outer loop counter
263 outer?: ; m*2*(n+1)+10
271 [A0] BNOP.S1 outer?,4
275 ;; end of outer?
A Darmv8-mont.pl308 my ($tinptr,$toutptr,$inner,$outer,$bnptr)=map("x$_",(6..11));
354 mov $outer,$num
522 subs $outer,$outer,#8
/openssl-master/util/
A Dcheck-format-test-positives.c124 outer: /*@ outer label special indent off by 1 */
/openssl-master/doc/man3/
A DDSA_generate_parameters.pod70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
A DBIO_new_CMS.pod40 responsibility to set the inner content type of any outer CMS_ContentInfo
A DDES_random_key.pod178 DES_ede3_cbc_encrypt() implements outer triple CBC DES encryption with
/openssl-master/
A DCHANGES.md5476 The PKCS#7 parsing code does not handle missing outer ContentInfo
6589 The PKCS#7 parsing code does not handle missing outer ContentInfo
7654 The PKCS#7 parsing code does not handle missing outer ContentInfo
16034 callback function now provide an iteration count for the outer

Completed in 30 milliseconds