Home
last modified time | relevance | path

Searched refs:outAuthTag (Results 1 – 14 of 14) sorted by relevance

/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dchacha20_poly1305.c56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Encrypt()
65 !outAuthTag) in wc_ChaCha20Poly1305_Encrypt()
78 ret = wc_ChaCha20Poly1305_Final(&aead, outAuthTag); in wc_ChaCha20Poly1305_Encrypt()
257 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Final()
261 if (aead == NULL || outAuthTag == NULL) { in wc_ChaCha20Poly1305_Final()
287 ret = wc_Poly1305Final(&aead->poly, outAuthTag); in wc_ChaCha20Poly1305_Final()
425 byte outAuthTag[POLY1305_DIGEST_SIZE]; in wc_XChaCha20Poly1305_crypt_oneshot() local
427 if ((ret = wc_Poly1305Final(&aead->poly, outAuthTag)) < 0) in wc_XChaCha20Poly1305_crypt_oneshot()
430 if (ConstantCompare(outAuthTag, src + dst_len, POLY1305_DIGEST_SIZE) != 0) { in wc_XChaCha20Poly1305_crypt_oneshot()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Encrypt()
65 !outAuthTag) in wc_ChaCha20Poly1305_Encrypt()
78 ret = wc_ChaCha20Poly1305_Final(&aead, outAuthTag); in wc_ChaCha20Poly1305_Encrypt()
257 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Final()
261 if (aead == NULL || outAuthTag == NULL) { in wc_ChaCha20Poly1305_Final()
287 ret = wc_Poly1305Final(&aead->poly, outAuthTag); in wc_ChaCha20Poly1305_Final()
425 byte outAuthTag[POLY1305_DIGEST_SIZE]; in wc_XChaCha20Poly1305_crypt_oneshot() local
427 if ((ret = wc_Poly1305Final(&aead->poly, outAuthTag)) < 0) in wc_XChaCha20Poly1305_crypt_oneshot()
430 if (ConstantCompare(outAuthTag, src + dst_len, POLY1305_DIGEST_SIZE) != 0) { in wc_XChaCha20Poly1305_crypt_oneshot()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Encrypt()
65 !outAuthTag) in wc_ChaCha20Poly1305_Encrypt()
78 ret = wc_ChaCha20Poly1305_Final(&aead, outAuthTag); in wc_ChaCha20Poly1305_Encrypt()
257 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Final()
261 if (aead == NULL || outAuthTag == NULL) { in wc_ChaCha20Poly1305_Final()
287 ret = wc_Poly1305Final(&aead->poly, outAuthTag); in wc_ChaCha20Poly1305_Final()
425 byte outAuthTag[POLY1305_DIGEST_SIZE]; in wc_XChaCha20Poly1305_crypt_oneshot() local
427 if ((ret = wc_Poly1305Final(&aead->poly, outAuthTag)) < 0) in wc_XChaCha20Poly1305_crypt_oneshot()
430 if (ConstantCompare(outAuthTag, src + dst_len, POLY1305_DIGEST_SIZE) != 0) { in wc_XChaCha20Poly1305_crypt_oneshot()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Encrypt()
65 !outAuthTag) in wc_ChaCha20Poly1305_Encrypt()
78 ret = wc_ChaCha20Poly1305_Final(&aead, outAuthTag); in wc_ChaCha20Poly1305_Encrypt()
257 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Final()
261 if (aead == NULL || outAuthTag == NULL) { in wc_ChaCha20Poly1305_Final()
287 ret = wc_Poly1305Final(&aead->poly, outAuthTag); in wc_ChaCha20Poly1305_Final()
425 byte outAuthTag[POLY1305_DIGEST_SIZE]; in wc_XChaCha20Poly1305_crypt_oneshot() local
427 if ((ret = wc_Poly1305Final(&aead->poly, outAuthTag)) < 0) in wc_XChaCha20Poly1305_crypt_oneshot()
430 if (ConstantCompare(outAuthTag, src + dst_len, POLY1305_DIGEST_SIZE) != 0) { in wc_XChaCha20Poly1305_crypt_oneshot()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Encrypt()
65 !outAuthTag) in wc_ChaCha20Poly1305_Encrypt()
78 ret = wc_ChaCha20Poly1305_Final(&aead, outAuthTag); in wc_ChaCha20Poly1305_Encrypt()
257 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]) in wc_ChaCha20Poly1305_Final()
261 if (aead == NULL || outAuthTag == NULL) { in wc_ChaCha20Poly1305_Final()
287 ret = wc_Poly1305Final(&aead->poly, outAuthTag); in wc_ChaCha20Poly1305_Final()
425 byte outAuthTag[POLY1305_DIGEST_SIZE]; in wc_XChaCha20Poly1305_crypt_oneshot() local
427 if ((ret = wc_Poly1305Final(&aead->poly, outAuthTag)) < 0) in wc_XChaCha20Poly1305_crypt_oneshot()
430 if (ConstantCompare(outAuthTag, src + dst_len, POLY1305_DIGEST_SIZE) != 0) { in wc_XChaCha20Poly1305_crypt_oneshot()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h96 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
125 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h96 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
125 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h96 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
125 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h96 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
125 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h96 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
125 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h56 byte outAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE]);