Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/testdata/
H A Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/aosp_15_r20/external/tink/cc/integration/awskms/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/tink/python/examples/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/tink/python/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hpke/
H A Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/testdata/
H A Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/aosp_15_r20/external/boringssl/src/crypto/hpke/
H A Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/aosp_15_r20/external/tink/java_src/examples/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/tink/cc/integration/gcpkms/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/tink/java_src/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/tink/go/testdata/testvectors/
H A Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/resources/test/
Dmic-extended-salt-encrypted-test-vectors.json30 "nonce": "C2B4EB521EA983D74D009C90", string
41 "nonce": "4FEC96E42BE9C8CD180003A3", string
52 "nonce": "A848DAB9F824A480E1ACC319", string
72 "nonce": "CE5FAF170ABFEE4B7D446D23", string
100 "nonce": "0C6C9E6B32B490B080285EDB", string
124 "nonce": "6BE8AB33FEA8DFCAF84ECC84", string
156 "nonce": "84C350AAA3DBEFE6C4AEE93D", string
167 "nonce": "1AFDA6FFD7B3CF5FC5C2844E", string
191 "nonce": "4410414C0013373CBE93D03E", string
202 "nonce": "EEABEA7D9A551E134F3BB00E", string
[all …]
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aead/
Daes_gcm_siv.rs30 let nonce = hex!("030000000000000000000000"); localVariable
45 let nonce = hex!("030000000000000000000000"); localVariable
63 let nonce = hex!("030000000000000000000000"); localVariable
84 let nonce = hex!("030000000000000000000000"); localVariable
105 let nonce = hex!("000000000000000000000000"); localVariable
128 let nonce = hex!("030000000000000000000000"); localVariable
149 let nonce = hex!("030000000000000000000000"); localVariable
172 let nonce = hex!("030000000000000000000000"); localVariable
192 let nonce = hex!("030000000000000000000000"); localVariable
213 let nonce = hex!("000000000000000000000000"); localVariable
Daes_gcm.rs30 let nonce = hex!("438a547a94ea88dce46c6c85"); localVariable
45 let nonce = hex!("438a547a94ea88dce46c6c85"); localVariable
63 let nonce = hex!("921d2507fa8007b7bd067d34"); localVariable
85 let nonce = hex!("921d2507fa8007b7bd067d34"); localVariable
107 let nonce = hex!("505152535455565758595a5b"); localVariable
126 let nonce = hex!("00112233445566778899aabb"); localVariable
146 let nonce = hex!("00112233445566778899aabb"); localVariable
170 let nonce = hex!("2fcb1b38a99e71b84740ad9b"); localVariable
190 let nonce = hex!("2fcb1b38a99e71b84740ad9b"); localVariable
211 let nonce = hex!("505152535455565758595a5b"); localVariable
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/internal/
H A DInsecureNonceChaCha20Base.java51 abstract int[] createInitialState(final int[] nonce, int counter); in createInitialState()
61 public byte[] encrypt(final byte[] nonce, final byte[] plaintext) in encrypt()
69 public void encrypt(ByteBuffer output, final byte[] nonce, final byte[] plaintext) in encrypt()
78 public byte[] decrypt(final byte[] nonce, final byte[] ciphertext) in decrypt()
84 public byte[] decrypt(final byte[] nonce, ByteBuffer ciphertext) throws GeneralSecurityException { in decrypt()
90 private void process(final byte[] nonce, ByteBuffer output, ByteBuffer input) in process()
110 ByteBuffer chacha20Block(final byte[] nonce, int counter) { in chacha20Block()
H A DInsecureNonceChaCha20Poly1305Base.java68 public byte[] encrypt(final byte[] nonce, final byte[] plaintext, final byte[] associatedData) in encrypt()
91 ByteBuffer output, final byte[] nonce, final byte[] plaintext, final byte[] associatedData) in encrypt()
120 public byte[] decrypt(final byte[] nonce, final byte[] ciphertext, final byte[] associatedData) in decrypt()
135 public byte[] decrypt(ByteBuffer ciphertext, final byte[] nonce, final byte[] associatedData) in decrypt()
163 private byte[] getMacKey(final byte[] nonce) throws GeneralSecurityException { in getMacKey()
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
H A DAesGcmAeadCrypter.java59 ByteBuffer ciphertext, ByteBuffer plaintext, @Nullable ByteBuffer aad, byte[] nonce) in encryptAad()
73 ByteBuffer plaintext, ByteBuffer ciphertext, @Nullable ByteBuffer aad, byte[] nonce) in decryptAad()
87 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt()
93 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt()
99 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt()
105 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt()
H A DAesGcmHkdfAeadCrypter.java58 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt()
66 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt()
74 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt()
82 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt()
89 private void maybeRekey(byte[] nonce) throws GeneralSecurityException { in maybeRekey()
100 private static void maskNonce(byte[] nonceBuffer, byte[] nonceMask, byte[] nonce) { in maskNonce()
H A DAeadCrypter.java36 void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt()
49 void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt()
61 void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt()
74 void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt()
/aosp_15_r20/external/cronet/crypto/
H A Daead.cc51 base::span<const uint8_t> nonce, in Seal()
66 std::string_view nonce, in Seal()
89 base::span<const uint8_t> nonce, in Open()
105 std::string_view nonce, in Open()
133 base::span<const uint8_t> nonce, in Seal()
155 base::span<const uint8_t> nonce, in Open()
/aosp_15_r20/external/cronet/net/base/
H A Disolation_info.cc51 const std::optional<base::UnguessableToken>& nonce) { in IsConsistent()
120 const base::UnguessableToken& nonce) { in CreateTransientWithNonce()
152 const std::optional<base::UnguessableToken>& nonce) { in Create()
178 const std::optional<base::UnguessableToken>& nonce = in DoNotUseCreatePartialFromNak() local
193 const std::optional<base::UnguessableToken>& nonce) { in CreateIfConsistent()
322 const std::optional<base::UnguessableToken>& nonce) in IsolationInfo()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Daead_test.cc181 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
290 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
330 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
481 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
556 std::vector<uint8_t> nonce(nonce_len, 'b'); in TEST_P() local
611 alignas(16) uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH + 1]; in TEST_P() local
704 std::vector<uint8_t> nonce(nonce_len); in TEST_P() local
754 size_t *out_ciphertext_len, const uint8_t *nonce, in aead_ctx_seal()
764 size_t *out_plaintext_len, const uint8_t *nonce, in aead_ctx_open()
798 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/
H A Daead_test.cc179 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
288 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
328 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
479 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
554 std::vector<uint8_t> nonce(nonce_len, 'b'); in TEST_P() local
609 alignas(16) uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH + 1]; in TEST_P() local
702 std::vector<uint8_t> nonce(nonce_len); in TEST_P() local
752 size_t *out_ciphertext_len, const uint8_t *nonce, in aead_ctx_seal()
762 size_t *out_plaintext_len, const uint8_t *nonce, in aead_ctx_open()
796 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/
H A Daead_test.cc179 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
288 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
328 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
479 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
554 std::vector<uint8_t> nonce(nonce_len, 'b'); in TEST_P() local
609 alignas(16) uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH + 1]; in TEST_P() local
702 std::vector<uint8_t> nonce(nonce_len); in TEST_P() local
752 size_t *out_ciphertext_len, const uint8_t *nonce, in aead_ctx_seal()
762 size_t *out_plaintext_len, const uint8_t *nonce, in aead_ctx_open()
796 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Daead_test.cc181 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
290 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
330 std::vector<uint8_t> key, nonce, in, ad, ct, tag; in TEST_P() local
481 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local
556 std::vector<uint8_t> nonce(nonce_len, 'b'); in TEST_P() local
611 alignas(16) uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH + 1]; in TEST_P() local
704 std::vector<uint8_t> nonce(nonce_len); in TEST_P() local
754 size_t *out_ciphertext_len, const uint8_t *nonce, in aead_ctx_seal()
764 size_t *out_plaintext_len, const uint8_t *nonce, in aead_ctx_open()
798 uint8_t nonce[EVP_AEAD_MAX_NONCE_LENGTH]; in TEST_P() local

12345678910>>...39