Searched defs:Nonce (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/ring/src/aead/ |
D | nonce.rs | 24 pub struct Nonce([u8; NONCE_LEN]); struct 26 impl Nonce { implementation 45 impl AsRef<[u8; NONCE_LEN]> for Nonce { implementation
|
D | chacha20_poly1305.rs | 48 nonce: Nonce, in chacha20_poly1305_seal() 58 nonce: Nonce, in chacha20_poly1305_open() 79 nonce: Nonce, in aead()
|
D | aes_gcm.rs | 68 nonce: Nonce, in aes_gcm_seal() 78 nonce: Nonce, in aes_gcm_open() 97 nonce: Nonce, in aead()
|
D | counter.rs | 55 fn new(nonce: Nonce, initial_counter: u32) -> Self { in new()
|
/external/rust/crates/ring/tests/ |
D | aead_tests.rs | 108 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/ |
D | PassManagerInternal.h | 125 template <typename T> struct Nonce { using Type = EnabledType; }; argument
|
/external/rust/crates/ring/src/ |
D | aead.rs | 51 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/ |
D | PassManagerInternal.h | 147 template <typename T> struct Nonce { using Type = EnabledType; }; struct
|
/external/rust/crates/quiche/src/ |
D | crypto.rs | 432 fn make_nonce(iv: &[u8], counter: u64) -> aead::Nonce { in make_nonce()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TUSchedulerTests.cpp | 453 int Nonce = 0; in TEST_F() local
|