Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DAesSiv.java81 private byte[] s2v(final byte[]... s) throws GeneralSecurityException { in s2v() method in AesSiv
/aosp_15_r20/external/tink/go/daead/subtle/
H A Daes_siv.go174 func (asc *AESSIV) s2v(msg, ad, siv []byte) { func
/aosp_15_r20/external/tink/cc/subtle/
H A Daes_siv_boringssl.cc247 uint8_t s2v[kBlockSize]; in DecryptDeterministically() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp102 S2<vi> s2v; in test() local
/aosp_15_r20/external/lua/src/
H A Dlobject.h148 #define s2v(o) (&(o)->val) macro
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...