Searched refs:aead_chacha20_poly1305_seal (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | e_chacha20poly1305.c | 92 static int aead_chacha20_poly1305_seal(const EVP_AEAD_CTX *ctx, uint8_t *out, in aead_chacha20_poly1305_seal() function 110 OPENSSL_PUT_ERROR(CIPHER, aead_chacha20_poly1305_seal, CIPHER_R_TOO_LARGE); in aead_chacha20_poly1305_seal() 115 OPENSSL_PUT_ERROR(CIPHER, aead_chacha20_poly1305_seal, CIPHER_R_TOO_LARGE); in aead_chacha20_poly1305_seal() 120 OPENSSL_PUT_ERROR(CIPHER, aead_chacha20_poly1305_seal, in aead_chacha20_poly1305_seal() 126 OPENSSL_PUT_ERROR(CIPHER, aead_chacha20_poly1305_seal, CIPHER_R_IV_TOO_LARGE); in aead_chacha20_poly1305_seal() 215 aead_chacha20_poly1305_seal,
|
/external/boringssl/src/crypto/err/ |
D | cipher.errordata | 22 CIPHER,function,117,aead_chacha20_poly1305_seal
|