Home
last modified time | relevance | path

Searched refs:len_ (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_wire.c921 uint64_t len_; in ossl_quic_wire_decode_transport_param_bytes() local
926 || !PACKET_get_quic_vlint(pkt, &len_)) in ossl_quic_wire_decode_transport_param_bytes()
929 if (len_ > SIZE_MAX in ossl_quic_wire_decode_transport_param_bytes()
930 || !PACKET_get_bytes(pkt, (const unsigned char **)&b, (size_t)len_)) in ossl_quic_wire_decode_transport_param_bytes()
933 *len = (size_t)len_; in ossl_quic_wire_decode_transport_param_bytes()
/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1776 my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
1819 mov $len,$len_ # backup $len
2171 and \$15,$len_ # see if $len%16 is 0
2173 mov $len_,$len
2185 sub $len_,$out # rewind $out
2309 mov $len,$len_ # backup $len
2575 and \$15,$len_
2670 and \$15,$len_ # see if $len%16 is 0
2673 mov $len_,$len
2695 sub $len_,$out # rewind $out

Completed in 14 milliseconds