Home
last modified time | relevance | path

Searched defs:Nonce (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/ring/src/aead/
Dnonce.rs24 pub struct Nonce([u8; NONCE_LEN]); struct
26 impl Nonce { implementation
45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
Dchacha20_poly1305.rs48 nonce: Nonce, in chacha20_poly1305_seal()
58 nonce: Nonce, in chacha20_poly1305_open()
79 nonce: Nonce, in aead()
Daes_gcm.rs68 nonce: Nonce, in aes_gcm_seal()
78 nonce: Nonce, in aes_gcm_open()
97 nonce: Nonce, in aead()
Dcounter.rs55 fn new(nonce: Nonce, initial_counter: u32) -> Self { in new()
/external/rust/crates/ring/tests/
Daead_tests.rs108 aead::Nonce, in test_aead()
260 nonce: aead::Nonce, in seal_with_key()
271 nonce: aead::Nonce, in open_with_key()
283 nonce: aead::Nonce, in seal_with_less_safe_key()
294 nonce: aead::Nonce, in open_with_less_safe_key()
452 nonce: aead::Nonce, in make_key()
475 fn advance(&mut self) -> Result<aead::Nonce, error::Unspecified> { in advance()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManagerInternal.h125 template <typename T> struct Nonce { using Type = EnabledType; }; argument
/external/rust/crates/ring/src/
Daead.rs51 fn advance(&mut self) -> Result<Nonce, error::Unspecified>; in advance()
185 nonce: Nonce, in open_within_()
192 nonce: Nonce, in open_within_()
341 nonce: Nonce, in seal_in_place_separate_tag_()
467 nonce: Nonce, in open_in_place()
483 nonce: Nonce, in open_within()
499 nonce: Nonce, in seal_in_place()
517 nonce: Nonce, in seal_in_place_append_tag()
536 nonce: Nonce, in seal_in_place_separate_tag()
/external/llvm-project/llvm/include/llvm/IR/
DPassManagerInternal.h147 template <typename T> struct Nonce { using Type = EnabledType; }; struct
/external/rust/crates/quiche/src/
Dcrypto.rs432 fn make_nonce(iv: &[u8], counter: u64) -> aead::Nonce { in make_nonce()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTUSchedulerTests.cpp453 int Nonce = 0; in TEST_F() local