Home
last modified time | relevance | path

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

12345678910>>...20

/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/hpke/testdata/
Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/external/boringssl/src/ssl/test/runner/hpke/testdata/
Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/external/tink/go/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/tink/python/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/tink/python/examples/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/tink/cc/integration/gcpkms/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/hpke/testdata/
Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/external/tink/java_src/examples/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/tink/cc/integration/awskms/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/cronet/tot/third_party/boringssl/src/crypto/hpke/
Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/external/cronet/stable/third_party/boringssl/src/crypto/hpke/
Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/external/boringssl/src/crypto/hpke/
Dtest-vectors.json1 …0b4be2ab4f84331acc02fc97babc53a52ae8218a355a96d8770ac83d07bea87e13c512a","nonce":"56d890e5accaaf01… string
/external/tink/java_src/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/tink-java/testdata/testvectors/
Dhpke_boringssl.json1 …9669c94372cdd2ac0da261face2a706e417a952272f6e5eaa20d0cd15fc28ee52026c4d","nonce":"aa39425b7270fcaf… string
/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/internal/
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()
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()
/external/tink-java/src/main/java/com/google/crypto/tink/aead/internal/
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()
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()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
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()
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()
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()
/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
/external/cronet/tot/crypto/
Daead.cc49 base::span<const uint8_t> nonce, in Seal()
64 std::string_view nonce, in Seal()
87 base::span<const uint8_t> nonce, in Open()
103 std::string_view nonce, in Open()
131 base::span<const uint8_t> nonce, in Seal()
153 base::span<const uint8_t> nonce, in Open()
/external/cronet/stable/crypto/
Daead.cc49 base::span<const uint8_t> nonce, in Seal()
64 std::string_view nonce, in Seal()
87 base::span<const uint8_t> nonce, in Open()
103 std::string_view nonce, in Open()
131 base::span<const uint8_t> nonce, in Seal()
153 base::span<const uint8_t> nonce, in Open()

12345678910>>...20