Home
last modified time | relevance | path

Searched refs:expand_label (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-crypto/tests/
H A Dhkdf.rs84 let secret = hkdf::expand_label(TLS_VERSION_1_3, cipher, &prk, &[], "master secret") in derive_secret()
114 fn expand_label(cipher: Cipher, expected: &[u8]) { in expand_label() function
119 let secret = hkdf::expand_label( in expand_label()
138 expand_label(TLS_AES_128_GCM_SHA256, EXPECTED); in expand_label_sha256()
139 expand_label(TLS_CHACHA20_POLY1305_SHA256, EXPECTED); in expand_label_sha256()
144 expand_label( in expand_label_sha384()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-crypto/tests/
H A Dhkdf.rs84 let secret = hkdf::expand_label(TLS_VERSION_1_3, cipher, &prk, &[], "master secret") in derive_secret()
114 fn expand_label(cipher: Cipher, expected: &[u8]) { in expand_label() function
119 let secret = hkdf::expand_label( in expand_label()
138 expand_label(TLS_AES_128_GCM_SHA256, EXPECTED); in expand_label_sha256()
139 expand_label(TLS_CHACHA20_POLY1305_SHA256, EXPECTED); in expand_label_sha256()
144 expand_label( in expand_label_sha384()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-crypto/tests/
H A Dhkdf.rs84 let secret = hkdf::expand_label(TLS_VERSION_1_3, cipher, &prk, &[], "master secret") in derive_secret()
114 fn expand_label(cipher: Cipher, expected: &[u8]) { in expand_label() function
119 let secret = hkdf::expand_label( in expand_label()
138 expand_label(TLS_AES_128_GCM_SHA256, EXPECTED); in expand_label_sha256()
139 expand_label(TLS_CHACHA20_POLY1305_SHA256, EXPECTED); in expand_label_sha256()
144 expand_label( in expand_label_sha384()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-crypto/tests/
H A Dhkdf.rs81 let secret = hkdf::expand_label(TLS_VERSION_1_3, cipher, &prk, &[], "master secret") in derive_secret()
111 fn expand_label(cipher: Cipher, expected: &[u8]) { in expand_label() function
116 let secret = hkdf::expand_label( in expand_label()
135 expand_label(TLS_AES_128_GCM_SHA256, EXPECTED); in expand_label_sha256()
136 expand_label(TLS_CHACHA20_POLY1305_SHA256, EXPECTED); in expand_label_sha256()
141 expand_label( in expand_label_sha384()
/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/crypto/
H A Dhkdf.py37 def expand_label(self, secret, label, hash_value, length): member in TLS13_HKDF
51 return self.expand_label(secret, label, hash_messages, hash_len)
55 finished_key = self.expand_label(basekey, b"finished", b"", hash_len)
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/themes/classic/static/
H A Dsidebar.js_t29 {% set expand_label = '«' %}
35 {% set expand_label = '»' %}
82 sidebarbutton.find('span').text('{{expand_label}}');
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/themes/classic/static/
H A Dsidebar.js_t29 {% set expand_label = '«' %}
35 {% set expand_label = '»' %}
82 sidebarbutton.find('span').text('{{expand_label}}');
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/themes/classic/static/
H A Dsidebar.js_t29 {% set expand_label = '«' %}
35 {% set expand_label = '»' %}
82 sidebarbutton.find('span').text('{{expand_label}}');
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dstmt.h23 extern void expand_label (tree);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dstmt.h23 extern void expand_label (tree);

1234567891011