Home
last modified time | relevance | path

Searched refs:wc_ChaCha20Poly1305_Decrypt (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h114 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h114 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h114 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dchacha20_poly1305.h114 int wc_ChaCha20Poly1305_Decrypt(
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h99 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h99 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h99 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h99 int wc_ChaCha20Poly1305_Decrypt(
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dchacha20_poly1305.h99 int wc_ChaCha20Poly1305_Decrypt(
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dchacha20_poly1305.c82 int wc_ChaCha20Poly1305_Decrypt( in wc_ChaCha20Poly1305_Decrypt() function
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c82 int wc_ChaCha20Poly1305_Decrypt( in wc_ChaCha20Poly1305_Decrypt() function
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c82 int wc_ChaCha20Poly1305_Decrypt( in wc_ChaCha20Poly1305_Decrypt() function
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c82 int wc_ChaCha20Poly1305_Decrypt( in wc_ChaCha20Poly1305_Decrypt() function
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dchacha20_poly1305.c82 int wc_ChaCha20Poly1305_Decrypt( in wc_ChaCha20Poly1305_Decrypt() function
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/test/
H A Dtest.c6044 err = wc_ChaCha20Poly1305_Decrypt(NULL, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6048 err = wc_ChaCha20Poly1305_Decrypt(key2, NULL, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6052 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), NULL, in chacha20_poly1305_aead_test()
6056 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6060 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6064 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6088 err = wc_ChaCha20Poly1305_Decrypt(key1, iv1, in chacha20_poly1305_aead_test()
6122 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, in chacha20_poly1305_aead_test()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c6044 err = wc_ChaCha20Poly1305_Decrypt(NULL, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6048 err = wc_ChaCha20Poly1305_Decrypt(key2, NULL, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6052 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), NULL, in chacha20_poly1305_aead_test()
6056 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6060 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6064 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6088 err = wc_ChaCha20Poly1305_Decrypt(key1, iv1, in chacha20_poly1305_aead_test()
6122 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, in chacha20_poly1305_aead_test()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c6044 err = wc_ChaCha20Poly1305_Decrypt(NULL, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6048 err = wc_ChaCha20Poly1305_Decrypt(key2, NULL, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6052 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), NULL, in chacha20_poly1305_aead_test()
6056 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6060 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6064 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6088 err = wc_ChaCha20Poly1305_Decrypt(key1, iv1, in chacha20_poly1305_aead_test()
6122 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, in chacha20_poly1305_aead_test()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c6044 err = wc_ChaCha20Poly1305_Decrypt(NULL, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6048 err = wc_ChaCha20Poly1305_Decrypt(key2, NULL, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6052 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), NULL, in chacha20_poly1305_aead_test()
6056 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6060 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6064 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6088 err = wc_ChaCha20Poly1305_Decrypt(key1, iv1, in chacha20_poly1305_aead_test()
6122 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, in chacha20_poly1305_aead_test()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c6044 err = wc_ChaCha20Poly1305_Decrypt(NULL, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6048 err = wc_ChaCha20Poly1305_Decrypt(key2, NULL, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6052 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), NULL, in chacha20_poly1305_aead_test()
6056 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6060 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6064 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, aad2, sizeof(aad2), cipher2, in chacha20_poly1305_aead_test()
6088 err = wc_ChaCha20Poly1305_Decrypt(key1, iv1, in chacha20_poly1305_aead_test()
6122 err = wc_ChaCha20Poly1305_Decrypt(key2, iv2, in chacha20_poly1305_aead_test()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/
H A Dtest.h5107 ret = wc_ChaCha20Poly1305_Decrypt(myKey_ctx.key, iv, in myTicketEncCb()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dtest.h5107 ret = wc_ChaCha20Poly1305_Decrypt(myKey_ctx.key, iv, in myTicketEncCb()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dtest.h5107 ret = wc_ChaCha20Poly1305_Decrypt(myKey_ctx.key, iv,
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dtest.h5107 ret = wc_ChaCha20Poly1305_Decrypt(myKey_ctx.key, iv, in myTicketEncCb()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dtest.h5107 ret = wc_ChaCha20Poly1305_Decrypt(myKey_ctx.key, iv, in myTicketEncCb()
/dports/security/wolfssl/wolfssl-5.1.0/tests/
H A Dapi.c16213 ret = wc_ChaCha20Poly1305_Decrypt(key, iv, aad, sizeof(aad), cipher,
16221 ret = wc_ChaCha20Poly1305_Decrypt(NULL, iv, aad, sizeof(aad), cipher,
16224 ret = wc_ChaCha20Poly1305_Decrypt(key, NULL, aad, sizeof(aad),
16227 ret = wc_ChaCha20Poly1305_Decrypt(key, iv, aad, sizeof(aad), NULL,
16230 ret = wc_ChaCha20Poly1305_Decrypt(key, iv, aad, sizeof(aad), cipher,
16233 ret = wc_ChaCha20Poly1305_Decrypt(key, iv, aad, sizeof(aad), cipher,
16236 ret = wc_ChaCha20Poly1305_Decrypt(key, iv, aad, sizeof(aad), cipher,

12