Home
last modified time | relevance | path

Searched defs:Iv (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/ring/src/aead/
Daes.rs203 pub fn encrypt_iv_xor_block(&self, iv: Iv, input: Block) -> Block { in encrypt_iv_xor_block()
332 pub fn increment(&mut self) -> Iv { in increment()
347 pub struct Iv([BigEndian<u32>; 4]); struct
349 impl From<Counter> for Iv { implementation
355 impl Iv { implementation
Dchacha.rs61 pub fn encrypt_iv_xor_in_place(&self, iv: Iv, in_out: &mut [u8; 32]) { in encrypt_iv_xor_in_place()
173 pub fn increment(&mut self) -> Iv { in increment()
198 pub struct Iv([u32; 4]); struct
200 impl Iv { impl
Daes_gcm.rs230 tag_iv: aes::Iv, in finish()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp279 bool IvarInvalidationCheckerImpl::trackIvar(const ObjCIvarDecl *Iv, in trackIvar()
324 const ObjCIvarDecl *Iv = I->first; in findPropertyBackingIvar() local
371 for (const ObjCIvarDecl *Iv = IDecl->all_declared_ivar_begin(); Iv; in visit() local
579 const ObjCIvarDecl *Iv) { in markInvalidated()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4663 for (ObjCIvarDecl *Iv = OI->all_declared_ivar_begin(); Iv; in CollectIvarsToConstructOrDestruct() local
/external/clang/lib/AST/
DASTContext.cpp1963 for (const ObjCIvarDecl *Iv = IDecl->all_declared_ivar_begin(); Iv; in DeepCollectObjCIvars() local
/external/crosvm/docs/book/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef… property