Home
last modified time | relevance | path

Searched defs:s2v (Results 1 – 6 of 6) sorted by relevance

/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
DAesSiv.java81 private byte[] s2v(final byte[]... s) throws GeneralSecurityException { in s2v() method in AesSiv
/external/tink-java/src/main/java/com/google/crypto/tink/subtle/
DAesSiv.java112 private byte[] s2v(final byte[]... s) throws GeneralSecurityException { in s2v() method in AesSiv
/external/tink/go/daead/subtle/
Daes_siv.go174 func (asc *AESSIV) s2v(msg, ad, siv []byte) { func
/external/tink/cc/subtle/
Daes_siv_boringssl.cc247 uint8_t s2v[kBlockSize]; in DecryptDeterministically() local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp102 S2<vi> s2v; in test() local
/external/lua/src/
Dlobject.h148 #define s2v(o) (&(o)->val) macro