Home
last modified time | relevance | path

Searched refs:bigCipher (Results 1 – 5 of 5) sorted by relevance

/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/test/
H A Dtest.c8748 byte *bigCipher = (byte *)XMALLOC(sizeof(bigMsg), HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test() local
8751 if ((bigCipher == NULL) || in aes_test()
8753 if (bigCipher != NULL) in aes_test()
8754 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
8758 byte bigCipher[sizeof(bigMsg)]; in aes_test() local
8769 XMEMSET(bigCipher, 0, sizeof(bigMsg)); in aes_test()
8782 ret = wc_AesCbcEncrypt(enc, bigCipher, bigMsg, msgSz); in aes_test()
8791 ret = wc_AesCbcDecrypt(dec, bigPlain, bigCipher, msgSz); in aes_test()
8810 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c8748 byte *bigCipher = (byte *)XMALLOC(sizeof(bigMsg), HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test() local
8751 if ((bigCipher == NULL) || in aes_test()
8753 if (bigCipher != NULL) in aes_test()
8754 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
8758 byte bigCipher[sizeof(bigMsg)]; in aes_test() local
8769 XMEMSET(bigCipher, 0, sizeof(bigMsg)); in aes_test()
8782 ret = wc_AesCbcEncrypt(enc, bigCipher, bigMsg, msgSz); in aes_test()
8791 ret = wc_AesCbcDecrypt(dec, bigPlain, bigCipher, msgSz); in aes_test()
8810 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c8748 byte *bigCipher = (byte *)XMALLOC(sizeof(bigMsg), HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test() local
8751 if ((bigCipher == NULL) || in aes_test()
8753 if (bigCipher != NULL) in aes_test()
8754 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
8758 byte bigCipher[sizeof(bigMsg)]; in aes_test() local
8769 XMEMSET(bigCipher, 0, sizeof(bigMsg)); in aes_test()
8782 ret = wc_AesCbcEncrypt(enc, bigCipher, bigMsg, msgSz); in aes_test()
8791 ret = wc_AesCbcDecrypt(dec, bigPlain, bigCipher, msgSz); in aes_test()
8810 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c8748 byte *bigCipher = (byte *)XMALLOC(sizeof(bigMsg), HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test() local
8751 if ((bigCipher == NULL) || in aes_test()
8753 if (bigCipher != NULL) in aes_test()
8754 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
8758 byte bigCipher[sizeof(bigMsg)]; in aes_test() local
8769 XMEMSET(bigCipher, 0, sizeof(bigMsg)); in aes_test()
8782 ret = wc_AesCbcEncrypt(enc, bigCipher, bigMsg, msgSz); in aes_test()
8791 ret = wc_AesCbcDecrypt(dec, bigPlain, bigCipher, msgSz); in aes_test()
8810 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/test/
H A Dtest.c8748 byte *bigCipher = (byte *)XMALLOC(sizeof(bigMsg), HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test() local
8751 if ((bigCipher == NULL) || in aes_test()
8753 if (bigCipher != NULL) in aes_test()
8754 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()
8758 byte bigCipher[sizeof(bigMsg)]; in aes_test() local
8769 XMEMSET(bigCipher, 0, sizeof(bigMsg)); in aes_test()
8782 ret = wc_AesCbcEncrypt(enc, bigCipher, bigMsg, msgSz); in aes_test()
8791 ret = wc_AesCbcDecrypt(dec, bigPlain, bigCipher, msgSz); in aes_test()
8810 XFREE(bigCipher, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); in aes_test()