Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls13encryptiontest.c206 size_t outer, inner, curr = 0; in multihexstr2buf() local
211 for (outer = 0; outer < 3; outer++) { in multihexstr2buf()
212 totlen += strlen(str[outer]); in multihexstr2buf()
222 for (outer = 0; outer < 3; outer++) { in multihexstr2buf()
223 for (inner = 0; str[outer][inner] != 0; inner += 2) { in multihexstr2buf()
226 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf()
227 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf()
/openssl/crypto/bn/asm/
H 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
H 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?
H A Darmv8-mont.pl308 my ($tinptr,$toutptr,$inner,$outer,$bnptr)=map("x$_",(6..11));
354 mov $outer,$num
522 subs $outer,$outer,#8
/openssl/util/
H A Dcheck-format-test-positives.c126 outer: /*@ outer label special indent off by 1 */
/openssl/doc/man3/
H 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
H A DBIO_new_CMS.pod40 responsibility to set the inner content type of any outer CMS_ContentInfo
H A DDES_random_key.pod178 DES_ede3_cbc_encrypt() implements outer triple CBC DES encryption with
/openssl/
H A DCHANGES.md5873 The PKCS#7 parsing code does not handle missing outer ContentInfo
6986 The PKCS#7 parsing code does not handle missing outer ContentInfo
8051 The PKCS#7 parsing code does not handle missing outer ContentInfo
16431 callback function now provide an iteration count for the outer

Completed in 93 milliseconds