Home
last modified time | relevance | path

Searched defs:EncryptThenAuthenticate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/go/aead/subtle/
H A Dencrypt_then_authenticate.go31 type EncryptThenAuthenticate struct { struct
32 indCPACipher INDCPACipher
33 mac tink.MAC
34 tagSize int
67 func (e *EncryptThenAuthenticate) Encrypt(plaintext, associatedData []byte) ([]byte, error) {
93 func (e *EncryptThenAuthenticate) Decrypt(ciphertext, associatedData []byte) ([]byte, error) {
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DEncryptThenAuthenticate.java37 public final class EncryptThenAuthenticate implements Aead { class
42 public EncryptThenAuthenticate(final IndCpaCipher cipher, final Mac mac, int macLength) { in EncryptThenAuthenticate() method in EncryptThenAuthenticate
/aosp_15_r20/external/tink/cc/subtle/
H A Dencrypt_then_authenticate.h64 EncryptThenAuthenticate(std::unique_ptr<IndCpaCipher> ind_cpa_cipher, in EncryptThenAuthenticate() function
/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 ...