/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/ |
H A D | chacha20_poly1305.c | 53 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Encrypt() argument 73 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Encrypt() 85 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Decrypt() argument 108 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Decrypt() 187 const byte* inAAD, word32 inAADLen) in wc_ChaCha20Poly1305_UpdateAad() argument 191 if (aead == NULL || (inAAD == NULL && inAADLen > 0)) { in wc_ChaCha20Poly1305_UpdateAad() 198 if (inAADLen > CHACHA20_POLY1305_MAX - aead->aadLen) in wc_ChaCha20Poly1305_UpdateAad() 201 if (inAAD && inAADLen > 0) { in wc_ChaCha20Poly1305_UpdateAad() 202 ret = wc_Poly1305Update(&aead->poly, inAAD, inAADLen); in wc_ChaCha20Poly1305_UpdateAad() 204 aead->aadLen += inAADLen; in wc_ChaCha20Poly1305_UpdateAad()
|
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/ |
H A D | chacha20_poly1305.c | 53 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Encrypt() argument 73 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Encrypt() 85 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Decrypt() argument 108 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Decrypt() 187 const byte* inAAD, word32 inAADLen) in wc_ChaCha20Poly1305_UpdateAad() argument 191 if (aead == NULL || (inAAD == NULL && inAADLen > 0)) { in wc_ChaCha20Poly1305_UpdateAad() 198 if (inAADLen > CHACHA20_POLY1305_MAX - aead->aadLen) in wc_ChaCha20Poly1305_UpdateAad() 201 if (inAAD && inAADLen > 0) { in wc_ChaCha20Poly1305_UpdateAad() 202 ret = wc_Poly1305Update(&aead->poly, inAAD, inAADLen); in wc_ChaCha20Poly1305_UpdateAad() 204 aead->aadLen += inAADLen; in wc_ChaCha20Poly1305_UpdateAad()
|
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/ |
H A D | chacha20_poly1305.c | 53 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Encrypt() argument 73 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Encrypt() 85 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Decrypt() argument 108 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Decrypt() 187 const byte* inAAD, word32 inAADLen) in wc_ChaCha20Poly1305_UpdateAad() argument 191 if (aead == NULL || (inAAD == NULL && inAADLen > 0)) { in wc_ChaCha20Poly1305_UpdateAad() 198 if (inAADLen > CHACHA20_POLY1305_MAX - aead->aadLen) in wc_ChaCha20Poly1305_UpdateAad() 201 if (inAAD && inAADLen > 0) { in wc_ChaCha20Poly1305_UpdateAad() 202 ret = wc_Poly1305Update(&aead->poly, inAAD, inAADLen); in wc_ChaCha20Poly1305_UpdateAad() 204 aead->aadLen += inAADLen; in wc_ChaCha20Poly1305_UpdateAad()
|
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/ |
H A D | chacha20_poly1305.c | 53 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Encrypt() argument 73 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Encrypt() 85 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Decrypt() argument 108 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Decrypt() 187 const byte* inAAD, word32 inAADLen) in wc_ChaCha20Poly1305_UpdateAad() argument 191 if (aead == NULL || (inAAD == NULL && inAADLen > 0)) { in wc_ChaCha20Poly1305_UpdateAad() 198 if (inAADLen > CHACHA20_POLY1305_MAX - aead->aadLen) in wc_ChaCha20Poly1305_UpdateAad() 201 if (inAAD && inAADLen > 0) { in wc_ChaCha20Poly1305_UpdateAad() 202 ret = wc_Poly1305Update(&aead->poly, inAAD, inAADLen); in wc_ChaCha20Poly1305_UpdateAad() 204 aead->aadLen += inAADLen; in wc_ChaCha20Poly1305_UpdateAad()
|
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/ |
H A D | chacha20_poly1305.c | 53 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Encrypt() argument 73 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Encrypt() 85 const byte* inAAD, const word32 inAADLen, in wc_ChaCha20Poly1305_Decrypt() argument 108 ret = wc_ChaCha20Poly1305_UpdateAad(&aead, inAAD, inAADLen); in wc_ChaCha20Poly1305_Decrypt() 187 const byte* inAAD, word32 inAADLen) in wc_ChaCha20Poly1305_UpdateAad() argument 191 if (aead == NULL || (inAAD == NULL && inAADLen > 0)) { in wc_ChaCha20Poly1305_UpdateAad() 198 if (inAADLen > CHACHA20_POLY1305_MAX - aead->aadLen) in wc_ChaCha20Poly1305_UpdateAad() 201 if (inAAD && inAADLen > 0) { in wc_ChaCha20Poly1305_UpdateAad() 202 ret = wc_Poly1305Update(&aead->poly, inAAD, inAADLen); in wc_ChaCha20Poly1305_UpdateAad() 204 aead->aadLen += inAADLen; in wc_ChaCha20Poly1305_UpdateAad()
|
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/ |
H A D | chacha20_poly1305.h | 93 const byte* inAAD, const word32 inAADLen, 102 const byte* inAAD, const word32 inAADLen, 121 const byte* inAAD, word32 inAADLen);
|
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/ |
H A D | chacha20_poly1305.h | 93 const byte* inAAD, const word32 inAADLen, 102 const byte* inAAD, const word32 inAADLen, 121 const byte* inAAD, word32 inAADLen);
|
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/ |
H A D | chacha20_poly1305.h | 93 const byte* inAAD, const word32 inAADLen, 102 const byte* inAAD, const word32 inAADLen, 121 const byte* inAAD, word32 inAADLen);
|
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/ |
H A D | chacha20_poly1305.h | 93 const byte* inAAD, const word32 inAADLen, 102 const byte* inAAD, const word32 inAADLen, 121 const byte* inAAD, word32 inAADLen);
|
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/ |
H A D | chacha20_poly1305.h | 93 const byte* inAAD, const word32 inAADLen, 102 const byte* inAAD, const word32 inAADLen, 121 const byte* inAAD, word32 inAADLen);
|
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/ |
H A D | chacha20_poly1305.h | 53 const byte* inAAD, const word32 inAADLen, 117 const byte* inAAD, const word32 inAADLen,
|
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/ |
H A D | chacha20_poly1305.h | 53 const byte* inAAD, const word32 inAADLen, 117 const byte* inAAD, const word32 inAADLen,
|
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/ |
H A D | chacha20_poly1305.h | 53 const byte* inAAD, const word32 inAADLen, 117 const byte* inAAD, const word32 inAADLen,
|
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/ |
H A D | chacha20_poly1305.h | 53 const byte* inAAD, const word32 inAADLen, 117 const byte* inAAD, const word32 inAADLen,
|