Home
last modified time | relevance | path

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

/openssl-master/crypto/aes/asm/
A Daesfx-sparcv9.pl456 sub $rounds, 16*6, $inner
472 brnz,a $inner, .Lcbc_enc
473 sub $inner, 16*2, $inner
579 sub $rounds, 16*8, $inner
601 sub $inner, 16*2, $inner
663 sub $rounds, 16*6, $inner
679 brnz,a $inner, .Lcbc_dec
680 sub $inner, 16*2, $inner
808 sub $inner, 16*2, $inner
941 sub $inner, 16*2, $inner
[all …]
/openssl-master/test/
A Dtls13encryptiontest.c204 size_t outer, inner, curr = 0; in multihexstr2buf() local
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));
433 mov $inner,$num
454 sub $inner,$num,#8
460 subs $inner,$inner,#8
554 sub $inner,$num,#8
559 subs $inner,$inner,#8
651 mov $inner,$num
681 subs $inner,$inner,#8
A Darmv8-mont.pl308 my ($tinptr,$toutptr,$inner,$outer,$bnptr)=map("x$_",(6..11));
338 sub $inner,$num,#8
344 subs $inner,$inner,#8
442 sub $inner,$num,#8
447 subs $inner,$inner,#8
546 mov $inner,$num
582 subs $inner,$inner,#8
/openssl-master/util/
A Dcheck-format-test-positives.c126 inner: /*@ inner label normal indent off by 1 */
/openssl-master/doc/man3/
A DSSL_CTX_set_msg_callback.pod116 an "inner" content type. B<buf> contains the encoded "inner" content type byte.
A DBIO_new_CMS.pod40 responsibility to set the inner content type of any outer CMS_ContentInfo
/openssl-master/include/openssl/
A Dasn1t.h.in544 * then the underlying type is used for the inner tag.
550 /* EXPLICIT tagging, inner tag from underlying type */
/openssl-master/
A DCHANGES.md5347 The PKCS#7 parsing code does not handle missing inner EncryptedContent
6518 The PKCS#7 parsing code does not handle missing inner EncryptedContent
7591 The PKCS#7 parsing code does not handle missing inner EncryptedContent
9233 include a time check in the inner Heap32Next loop too.
12528 * Enhance the general user interface with mechanisms for inner control
16033 occasionally in the inner loop; and the parameters to the
16035 loop rather than for the current invocation of the inner loop.

Completed in 40 milliseconds