Home
last modified time | relevance | path

Searched refs:IVLen (Results 1 – 25 of 51) sorted by relevance

123

/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwe/
H A Djose_jwe_enc_aes.erl155 iv_len=IVLen,
161 andalso byte_size(IV) =:= IVLen ->
183 iv_len=IVLen,
189 andalso byte_size(IV) =:= IVLen ->
200 next_iv(#jose_jwe_enc_aes{iv_len=IVLen}) ->
201 crypto:strong_rand_bytes(IVLen).
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwe/
H A Djose_jwe_enc_aes.erl155 iv_len=IVLen,
161 andalso byte_size(IV) =:= IVLen ->
183 iv_len=IVLen,
189 andalso byte_size(IV) =:= IVLen ->
200 next_iv(#jose_jwe_enc_aes{iv_len=IVLen}) ->
201 crypto:strong_rand_bytes(IVLen).
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwe/
H A Djose_jwe_enc_aes.erl155 iv_len=IVLen,
161 andalso byte_size(IV) =:= IVLen ->
183 iv_len=IVLen,
189 andalso byte_size(IV) =:= IVLen ->
200 next_iv(#jose_jwe_enc_aes{iv_len=IVLen}) ->
201 crypto:strong_rand_bytes(IVLen).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/test/
H A Dinet_crypto_dist.erl924 IVSaltLen = IVLen - 6,
952 iv = IVLen,
955 RLen = KeyLen + IVLen,
972 iv = IVLen,
977 RLen = KeyLen + IVLen,
1030 IVLen = byte_size(IV2B),
1031 RLen = KeyLen + IVLen,
1045 hmac_key_iv(HmacAlgo, MacKey, Data, KeyLen, IVLen) ->
1046 <<Key:KeyLen/binary, IV:IVLen/binary>> =
1499 IVLen = byte_size(IV),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/test/
H A Dinet_crypto_dist.erl903 IVSaltLen = IVLen - 6,
931 iv = IVLen,
934 RLen = KeyLen + IVLen,
951 iv = IVLen,
956 RLen = KeyLen + IVLen,
1009 IVLen = byte_size(IV2B),
1010 RLen = KeyLen + IVLen,
1024 hmac_key_iv(HmacAlgo, MacKey, Data, KeyLen, IVLen) ->
1025 <<Key:KeyLen/binary, IV:IVLen/binary>> =
1444 IVLen = byte_size(IV),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl924 IVSaltLen = IVLen - 6,
952 iv = IVLen,
955 RLen = KeyLen + IVLen,
972 iv = IVLen,
977 RLen = KeyLen + IVLen,
1030 IVLen = byte_size(IV2B),
1031 RLen = KeyLen + IVLen,
1045 hmac_key_iv(HmacAlgo, MacKey, Data, KeyLen, IVLen) ->
1046 <<Key:KeyLen/binary, IV:IVLen/binary>> =
1499 IVLen = byte_size(IV),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl924 IVSaltLen = IVLen - 6,
952 iv = IVLen,
955 RLen = KeyLen + IVLen,
972 iv = IVLen,
977 RLen = KeyLen + IVLen,
1030 IVLen = byte_size(IV2B),
1031 RLen = KeyLen + IVLen,
1045 hmac_key_iv(HmacAlgo, MacKey, Data, KeyLen, IVLen) ->
1046 <<Key:KeyLen/binary, IV:IVLen/binary>> =
1499 IVLen = byte_size(IV),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl924 IVSaltLen = IVLen - 6,
952 iv = IVLen,
955 RLen = KeyLen + IVLen,
972 iv = IVLen,
977 RLen = KeyLen + IVLen,
1030 IVLen = byte_size(IV2B),
1031 RLen = KeyLen + IVLen,
1045 hmac_key_iv(HmacAlgo, MacKey, Data, KeyLen, IVLen) ->
1046 <<Key:KeyLen/binary, IV:IVLen/binary>> =
1499 IVLen = byte_size(IV),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl924 IVSaltLen = IVLen - 6,
952 iv = IVLen,
955 RLen = KeyLen + IVLen,
972 iv = IVLen,
977 RLen = KeyLen + IVLen,
1030 IVLen = byte_size(IV2B),
1031 RLen = KeyLen + IVLen,
1045 hmac_key_iv(HmacAlgo, MacKey, Data, KeyLen, IVLen) ->
1046 <<Key:KeyLen/binary, IV:IVLen/binary>> =
1499 IVLen = byte_size(IV),
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Daead.go13 iv := qtls.HkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Daead.go13 iv := qtls.HkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Daead.go14 iv := hkdfExpandLabel(suite.Hash, trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dcrypto_setup.go430 iv := qtls.HkdfExpandLabel(suite.Hash(), trafficSecret, []byte{}, "quic iv", suite.IVLen())
456 iv := qtls.HkdfExpandLabel(suite.Hash(), trafficSecret, []byte{}, "quic iv", suite.IVLen())
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dcipher_suites.go230 func (c *CipherSuiteTLS13) IVLen() int { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dcipher_suites.go230 func (c *CipherSuiteTLS13) IVLen() int { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dcipher_suites.go230 func (c *CipherSuiteTLS13) IVLen() int { func
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dcipher_suites.go230 func (c *CipherSuiteTLS13) IVLen() int { func

123