Home
last modified time | relevance | path

Searched refs:hmac_algorithm (Results 1 – 25 of 83) sorted by relevance

1234

/dports/security/s2n/s2n-tls-1.1.2/crypto/
H A Ds2n_tls13_keys.c120 keys->hmac_algorithm = alg; in s2n_tls13_keys_init()
153 POSIX_GUARD(s2n_hkdf_extract(&keys->hmac, keys->hmac_algorithm, &zero_length_blob, in s2n_tls13_derive_binder_key()
167 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, early_secret, in s2n_tls13_derive_binder_key()
195 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_derive_early_secret()
217 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_derive_early_traffic_secret()
235 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_extract_handshake_secret()
304 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, &keys->extract_secret, in s2n_tls13_derive_application_secret()
320 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, secret, in s2n_tls13_derive_traffic_keys()
322 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, secret, in s2n_tls13_derive_traffic_keys()
368 POSIX_GUARD(s2n_hkdf_expand_label(&keys->hmac, keys->hmac_algorithm, old_secret, in s2n_tls13_update_application_traffic_secret()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/tls12/
H A Dmod.rs36 hmac_algorithm: ring::hmac::HMAC_SHA256,
53 hmac_algorithm: ring::hmac::HMAC_SHA256,
70 hmac_algorithm: ring::hmac::HMAC_SHA256,
87 hmac_algorithm: ring::hmac::HMAC_SHA384,
104 hmac_algorithm: ring::hmac::HMAC_SHA256,
184 self.hmac_algorithm.digest_algorithm() in hash_algorithm()
234 suite.hmac_algorithm, in new()
256 suite.hmac_algorithm, in new_ems()
346 self.suite.hmac_algorithm, in make_key_block()
371 self.suite.hmac_algorithm, in make_verify_data()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/tls12/
H A Dmod.rs36 hmac_algorithm: ring::hmac::HMAC_SHA256,
53 hmac_algorithm: ring::hmac::HMAC_SHA256,
70 hmac_algorithm: ring::hmac::HMAC_SHA256,
87 hmac_algorithm: ring::hmac::HMAC_SHA384,
104 hmac_algorithm: ring::hmac::HMAC_SHA256,
184 self.hmac_algorithm.digest_algorithm() in hash_algorithm()
234 suite.hmac_algorithm, in new()
256 suite.hmac_algorithm, in new_ems()
346 self.suite.hmac_algorithm, in make_key_block()
371 self.suite.hmac_algorithm, in make_verify_data()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_metadata.data39 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD2 ):16:64
43 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD4 ):16:64
47 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD5 ):16:64
51 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_RIPEMD160 ):20:64
55 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_1 ):20:64
59 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_224 ):28:64
63 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_256 ):32:64
67 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_384 ):48:128
71 hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_SHA_512 ):64:128
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dtsig-openssl.c64 const EVP_MD *hmac_algorithm = NULL; in tsig_openssl_init_algorithm() local
68 hmac_algorithm = EVP_get_digestbyname(digest); in tsig_openssl_init_algorithm()
69 if (!hmac_algorithm) { in tsig_openssl_init_algorithm()
83 algorithm->data = hmac_algorithm; in tsig_openssl_init_algorithm()
/dports/dns/yadifa/yadifa-2.5.3-10333/test/xfr/
H A Dmain.c98 u32 hmac_algorithm = 0; in main() local
198 hmac_algorithm = HMAC_MD5; in main()
202 …f(FAIL(ret = value_name_table_get_value_from_casename(hmac_digest_enum, argv[5], &hmac_algorithm))) in main()
210 if(FAIL(ret = tsig_register(hmac_name, hmac, hmac_size, hmac_algorithm))) in main()
219 tsig_algorithm_name = tsig_get_algorithm_name(hmac_algorithm); in main()
233 if(FAIL(ret = hmac_init(tsig_hmac, hmac, hmac_size, hmac_algorithm))) in main()
584 if(FAIL(hmac_init(tsig_hmac, hmac, hmac_size, hmac_algorithm))) in main()
587 … formatln("failed to init TSIG HMAC for algorithm %i", hmac_algorithm); in main()
/dports/dns/nsd/nsd-4.3.9/
H A Dtsig-openssl.c58 const EVP_MD *hmac_algorithm; in tsig_openssl_init_algorithm() local
60 hmac_algorithm = EVP_get_digestbyname(digest); in tsig_openssl_init_algorithm()
61 if (!hmac_algorithm) { in tsig_openssl_init_algorithm()
120 algorithm->maximum_digest_size = EVP_MD_size(hmac_algorithm); in tsig_openssl_init_algorithm()
127 algorithm->data = hmac_algorithm; in tsig_openssl_init_algorithm()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ring-0.16.12/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/net/krill/krill-0.9.4/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/www/zola/zola-0.15.2/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/www/xh/xh-0.14.1/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm {
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value))
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/ring-0.16.20/src/
H A Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()

1234