Home
last modified time | relevance | path

Searched defs:SetIV (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dcbc.go100 func (x *cbcEncrypter) SetIV(iv []byte) { func
184 func (x *cbcDecrypter) SetIV(iv []byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dcbc_s390x.go63 func (x *cbc) SetIV(iv []byte) { func
Dcbc_ppc64x.go69 func (x *cbc) SetIV(iv []byte) { func
/aosp_15_r20/external/cronet/net/quic/
H A Dmock_encrypter.cc32 bool MockEncrypter::SetIV(std::string_view iv) { in SetIV() function in net::MockEncrypter
H A Dmock_decrypter.cc34 bool MockDecrypter::SetIV(std::string_view iv) { in SetIV() function in net::MockDecrypter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dnull_encrypter.cc25 bool NullEncrypter::SetIV(absl::string_view iv) { return iv.empty(); } in SetIV() function in quic::NullEncrypter
H A Daead_base_decrypter.cc84 bool AeadBaseDecrypter::SetIV(absl::string_view iv) { in SetIV() function in quic::AeadBaseDecrypter
H A Daead_base_encrypter.cc78 bool AeadBaseEncrypter::SetIV(absl::string_view iv) { in SetIV() function in quic::AeadBaseEncrypter
H A Dnull_decrypter.cc27 bool NullDecrypter::SetIV(absl::string_view iv) { return iv.empty(); } in SetIV() function in quic::NullDecrypter
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go150 func (x *aesCBC) SetIV(iv []byte) { func
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.h1701 bool SetIV(absl::string_view /*iv*/) override { return true; } in SetIV() function
1759 bool SetIV(absl::string_view /*iv*/) override { return true; } in SetIV() function
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dconn.go337 SetIV([]byte) methodSpec
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dconn.go395 SetIV([]byte) methodSpec
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dconn.go395 SetIV([]byte) methodSpec
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer_test.cc111 bool SetIV(absl::string_view /*iv*/) override { return true; } in SetIV() function in quic::test::__anon0923887d0111::TestEncrypter
159 bool SetIV(absl::string_view /*iv*/) override { return true; } in SetIV() function in quic::test::__anon0923887d0111::TestDecrypter