Searched refs:inner (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 456 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 D | tls13encryptiontest.c | 206 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 D | armv4-mont.pl | 310 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 D | armv8-mont.pl | 308 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 D | check-format-test-positives.c | 136 inner: /*@ inner label normal indent off by 1 */
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_msg_callback.pod | 129 an "inner" content type. B<buf> contains the encoded "inner" content type byte.
|
H A D | BIO_new_CMS.pod | 40 responsibility to set the inner content type of any outer CMS_ContentInfo
|
H A D | X509_ACERT_get0_holder_baseCertId.pod | 101 All I<get0> functions return a pointer to the object's inner structure. These
|
/openssl/doc/designs/quic-design/ |
H A D | quic-tls.md | 26 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 D | quic-overview.md | 56 A module that uses the Record Layer API to implement the inner TLS-1.3
|
H A D | record-layer.md | 34 layer, i.e. the QUIC-TLS record layer. This refers to the "inner" TLS
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 544 * then the underlying type is used for the inner tag. 550 /* EXPLICIT tagging, inner tag from underlying type */
|
/openssl/ |
H A D | CHANGES.md | 33 * 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