Home
last modified time | relevance | path

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

/openssl/crypto/aes/asm/
H 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/test/
H A Dtls13encryptiontest.c206 size_t outer, inner, curr = 0; in multihexstr2buf() local
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));
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
H 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/util/
H A Dcheck-format-test-positives.c136 inner: /*@ inner label normal indent off by 1 */
/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod129 an "inner" content type. B<buf> contains the encoded "inner" content type byte.
H A DBIO_new_CMS.pod40 responsibility to set the inner content type of any outer CMS_ContentInfo
H A DX509_ACERT_get0_holder_baseCertId.pod101 All I<get0> functions return a pointer to the object's inner structure. These
/openssl/doc/designs/quic-design/
H A Dquic-tls.md26 A key field of the `args` structure is the `SSL` object (`s`). This "inner"
30 contains a `QUIC_CONNECTION` which contains the inner `SSL` object which
59 * The "inner" SSL object for the QUIC Connection. Contains an
H A Dquic-overview.md56 A module that uses the Record Layer API to implement the inner TLS-1.3
H A Drecord-layer.md34 layer, i.e. the QUIC-TLS record layer. This refers to the "inner" TLS
/openssl/include/openssl/
H A Dasn1t.h.in544 * then the underlying type is used for the inner tag.
550 /* EXPLICIT tagging, inner tag from underlying type */
/openssl/
H A DCHANGES.md33 * Enhanced PKCS#7 inner contents verification.
38 The previous OpenSSL implementation only supported MIME inner content
41 The added functionality now enables support for PKCS#7 inner content
7264 The PKCS#7 parsing code does not handle missing inner EncryptedContent
8435 The PKCS#7 parsing code does not handle missing inner EncryptedContent
9508 The PKCS#7 parsing code does not handle missing inner EncryptedContent
11150 include a time check in the inner Heap32Next loop too.
14445 * Enhance the general user interface with mechanisms for inner control
17950 occasionally in the inner loop; and the parameters to the
17952 loop rather than for the current invocation of the inner loop.

Completed in 110 milliseconds