Searched defs:EVP_AEAD_CTX_seal (Results 1 – 2 of 2) sorted by relevance
95 int EVP_AEAD_CTX_seal(const EVP_AEAD_CTX *ctx, uint8_t *out, size_t *out_len, in EVP_AEAD_CTX_seal() function
301 public static native int EVP_AEAD_CTX_seal(long evpAead, byte[] key, int tagLengthInBytes, in EVP_AEAD_CTX_seal() method in NativeCrypto