Home
last modified time | relevance | path

Searched refs:tmpSz (Results 1 – 25 of 50) sorted by relevance

12

/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dcompress.c217 word32 tmpSz = 0; in wc_DeCompressDynamic() local
234 tmpSz = inSz * i; in wc_DeCompressDynamic()
235 tmp = (byte*)XMALLOC(tmpSz, heap, memoryType); in wc_DeCompressDynamic()
240 stream.avail_out = (uInt)tmpSz; in wc_DeCompressDynamic()
241 if ((uLong)stream.avail_out != tmpSz) return DECOMPRESS_INIT_E; in wc_DeCompressDynamic()
279 newSz = tmpSz + inSz; in wc_DeCompressDynamic()
285 XMEMCPY(newTmp, tmp, tmpSz); in wc_DeCompressDynamic()
289 stream.avail_out = stream.avail_out + (uInt)tmpSz; in wc_DeCompressDynamic()
290 tmpSz = newSz; in wc_DeCompressDynamic()
H A Dpkcs12.c1605 word32 tmpSz; in wc_PKCS12_create_key_bag() local
1689 word32 tmpSz; in wc_PKCS12_create_cert_bag() local
1738 idx += tmpSz; sz += tmpSz; in wc_PKCS12_create_cert_bag()
1746 idx += tmpSz + sz; length += tmpSz + sz; in wc_PKCS12_create_cert_bag()
1752 length += tmpSz; in wc_PKCS12_create_cert_bag()
1758 length += tmpSz; in wc_PKCS12_create_cert_bag()
1798 word32 tmpSz; in wc_PKCS12_encrypt_content() local
1834 length += SetSequence(tmpSz, seq) + tmpSz; in wc_PKCS12_encrypt_content()
1977 word32 tmpSz; in PKCS12_create_key_content() local
2034 keyBufSz += tmpSz; in PKCS12_create_key_content()
[all …]
H A Dhmac.c1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand() local
1244 ret = wc_HmacUpdate(&myHmac, tmp, tmpSz); in wc_HKDF_Expand()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dcompress.c217 word32 tmpSz = 0; in wc_DeCompressDynamic() local
234 tmpSz = inSz * i; in wc_DeCompressDynamic()
235 tmp = (byte*)XMALLOC(tmpSz, heap, memoryType); in wc_DeCompressDynamic()
240 stream.avail_out = (uInt)tmpSz; in wc_DeCompressDynamic()
241 if ((uLong)stream.avail_out != tmpSz) return DECOMPRESS_INIT_E; in wc_DeCompressDynamic()
279 newSz = tmpSz + inSz; in wc_DeCompressDynamic()
285 XMEMCPY(newTmp, tmp, tmpSz); in wc_DeCompressDynamic()
289 stream.avail_out = stream.avail_out + (uInt)tmpSz; in wc_DeCompressDynamic()
290 tmpSz = newSz; in wc_DeCompressDynamic()
H A Dpkcs12.c1605 word32 tmpSz; in wc_PKCS12_create_key_bag() local
1689 word32 tmpSz; in wc_PKCS12_create_cert_bag() local
1738 idx += tmpSz; sz += tmpSz; in wc_PKCS12_create_cert_bag()
1746 idx += tmpSz + sz; length += tmpSz + sz; in wc_PKCS12_create_cert_bag()
1752 length += tmpSz; in wc_PKCS12_create_cert_bag()
1758 length += tmpSz; in wc_PKCS12_create_cert_bag()
1798 word32 tmpSz; in wc_PKCS12_encrypt_content() local
1834 length += SetSequence(tmpSz, seq) + tmpSz; in wc_PKCS12_encrypt_content()
1977 word32 tmpSz; in PKCS12_create_key_content() local
2034 keyBufSz += tmpSz; in PKCS12_create_key_content()
[all …]
H A Dhmac.c1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand() local
1244 ret = wc_HmacUpdate(&myHmac, tmp, tmpSz); in wc_HKDF_Expand()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dcompress.c217 word32 tmpSz = 0; in wc_DeCompressDynamic() local
234 tmpSz = inSz * i; in wc_DeCompressDynamic()
235 tmp = (byte*)XMALLOC(tmpSz, heap, memoryType); in wc_DeCompressDynamic()
240 stream.avail_out = (uInt)tmpSz; in wc_DeCompressDynamic()
241 if ((uLong)stream.avail_out != tmpSz) return DECOMPRESS_INIT_E; in wc_DeCompressDynamic()
279 newSz = tmpSz + inSz; in wc_DeCompressDynamic()
285 XMEMCPY(newTmp, tmp, tmpSz); in wc_DeCompressDynamic()
289 stream.avail_out = stream.avail_out + (uInt)tmpSz; in wc_DeCompressDynamic()
290 tmpSz = newSz; in wc_DeCompressDynamic()
H A Dpkcs12.c1605 word32 tmpSz; in wc_PKCS12_create_key_bag() local
1689 word32 tmpSz; in wc_PKCS12_create_cert_bag() local
1738 idx += tmpSz; sz += tmpSz; in wc_PKCS12_create_cert_bag()
1746 idx += tmpSz + sz; length += tmpSz + sz; in wc_PKCS12_create_cert_bag()
1752 length += tmpSz; in wc_PKCS12_create_cert_bag()
1758 length += tmpSz; in wc_PKCS12_create_cert_bag()
1798 word32 tmpSz; in wc_PKCS12_encrypt_content() local
1834 length += SetSequence(tmpSz, seq) + tmpSz; in wc_PKCS12_encrypt_content()
1977 word32 tmpSz; in PKCS12_create_key_content() local
2034 keyBufSz += tmpSz; in PKCS12_create_key_content()
[all …]
H A Dhmac.c1238 int tmpSz = (n == 1) ? 0 : hashSz;
1244 ret = wc_HmacUpdate(&myHmac, tmp, tmpSz);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dcompress.c217 word32 tmpSz = 0; in wc_DeCompressDynamic() local
234 tmpSz = inSz * i; in wc_DeCompressDynamic()
235 tmp = (byte*)XMALLOC(tmpSz, heap, memoryType); in wc_DeCompressDynamic()
240 stream.avail_out = (uInt)tmpSz; in wc_DeCompressDynamic()
241 if ((uLong)stream.avail_out != tmpSz) return DECOMPRESS_INIT_E; in wc_DeCompressDynamic()
279 newSz = tmpSz + inSz; in wc_DeCompressDynamic()
285 XMEMCPY(newTmp, tmp, tmpSz); in wc_DeCompressDynamic()
289 stream.avail_out = stream.avail_out + (uInt)tmpSz; in wc_DeCompressDynamic()
290 tmpSz = newSz; in wc_DeCompressDynamic()
H A Dpkcs12.c1605 word32 tmpSz;
1689 word32 tmpSz;
1738 idx += tmpSz; sz += tmpSz;
1746 idx += tmpSz + sz; length += tmpSz + sz;
1752 length += tmpSz;
1758 length += tmpSz;
1798 word32 tmpSz;
1834 length += SetSequence(tmpSz, seq) + tmpSz;
1977 word32 tmpSz;
2034 keyBufSz += tmpSz;
[all …]
H A Dhmac.c1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand() local
1244 ret = wc_HmacUpdate(&myHmac, tmp, tmpSz); in wc_HKDF_Expand()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dcompress.c217 word32 tmpSz = 0; in wc_DeCompressDynamic() local
234 tmpSz = inSz * i; in wc_DeCompressDynamic()
235 tmp = (byte*)XMALLOC(tmpSz, heap, memoryType); in wc_DeCompressDynamic()
240 stream.avail_out = (uInt)tmpSz; in wc_DeCompressDynamic()
241 if ((uLong)stream.avail_out != tmpSz) return DECOMPRESS_INIT_E; in wc_DeCompressDynamic()
279 newSz = tmpSz + inSz; in wc_DeCompressDynamic()
285 XMEMCPY(newTmp, tmp, tmpSz); in wc_DeCompressDynamic()
289 stream.avail_out = stream.avail_out + (uInt)tmpSz; in wc_DeCompressDynamic()
290 tmpSz = newSz; in wc_DeCompressDynamic()
H A Dpkcs12.c1605 word32 tmpSz; in wc_PKCS12_create_key_bag() local
1689 word32 tmpSz; in wc_PKCS12_create_cert_bag() local
1738 idx += tmpSz; sz += tmpSz; in wc_PKCS12_create_cert_bag()
1746 idx += tmpSz + sz; length += tmpSz + sz; in wc_PKCS12_create_cert_bag()
1752 length += tmpSz; in wc_PKCS12_create_cert_bag()
1758 length += tmpSz; in wc_PKCS12_create_cert_bag()
1798 word32 tmpSz; in wc_PKCS12_encrypt_content() local
1834 length += SetSequence(tmpSz, seq) + tmpSz; in wc_PKCS12_encrypt_content()
1977 word32 tmpSz; in PKCS12_create_key_content() local
2034 keyBufSz += tmpSz; in PKCS12_create_key_content()
[all …]
H A Dhmac.c1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand() local
1244 ret = wc_HmacUpdate(&myHmac, tmp, tmpSz); in wc_HKDF_Expand()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Ddsa.cpp191 int tmpSz = rSz; in Sign() local
193 while (tmpSz++ < SHA::DIGEST_SIZE) { in Sign()
201 tmpSz = sSz; in Sign()
203 while (tmpSz++ < SHA::DIGEST_SIZE) { in Sign()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Ddsa.cpp191 int tmpSz = rSz; in Sign() local
193 while (tmpSz++ < SHA::DIGEST_SIZE) { in Sign()
201 tmpSz = sSz; in Sign()
203 while (tmpSz++ < SHA::DIGEST_SIZE) { in Sign()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/src/
H A Ddsa.cpp191 int tmpSz = rSz; in Sign() local
193 while (tmpSz++ < SHA::DIGEST_SIZE) { in Sign()
201 tmpSz = sSz; in Sign()
203 while (tmpSz++ < SHA::DIGEST_SIZE) { in Sign()
/dports/security/wolfssh/wolfssh-1.4.8/src/
H A Dwolfterm.c426 word32 tmpSz = min(bufSz - *idx, in wolfSSH_DoControlSeq() local
428 WMEMCPY(ssh->escBuf + ssh->escBufSz, buf + *idx, tmpSz); in wolfSSH_DoControlSeq()
430 numArgs = getArgs(ssh->escBuf, ssh->escBufSz + tmpSz, &i, args); in wolfSSH_DoControlSeq()
434 if (ssh->escBufSz + tmpSz >= WOLFSSH_MAX_CONSOLE_ARGS) { in wolfSSH_DoControlSeq()
H A Dwolfsftp.c2546 int tmpSz; in wolfSSH_SFTPNAME_readdir() local
2641 int tmpSz; in wolfSSH_SFTPNAME_readdir() local
2653 if ((tmpSz + 1 < bufSz) && (WMEMCMP(buf + tmpSz, (byte*)WS_DELIM, 1) != 0)) { in wolfSSH_SFTPNAME_readdir()
2655 buf[tmpSz+1] = '\0'; in wolfSSH_SFTPNAME_readdir()
2740 int tmpSz; in wolfSSH_SFTPNAME_readdir() local
2752 if (tmpSz + 1 < bufSz) { in wolfSSH_SFTPNAME_readdir()
2816 int tmpSz; in wolfSSH_SFTPNAME_readdir() local
2829 if (tmpSz + 1 < bufSz) { in wolfSSH_SFTPNAME_readdir()
2831 buf[tmpSz+1] = '\0'; in wolfSSH_SFTPNAME_readdir()
2898 int tmpSz; in wolfSSH_SFTPNAME_readdir() local
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/caam/
H A Dcaam_integrity.c408 int tmpSz = dataSz % align; in caamAddIO() local
409 int add = (tmpSz < (align - desc->alignIdx)) ? tmpSz : in caamAddIO()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_integrity.c408 int tmpSz = dataSz % align; in caamAddIO() local
409 int add = (tmpSz < (align - desc->alignIdx)) ? tmpSz : in caamAddIO()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_integrity.c408 int tmpSz = dataSz % align; in caamAddIO() local
409 int add = (tmpSz < (align - desc->alignIdx)) ? tmpSz : in caamAddIO()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_integrity.c408 int tmpSz = dataSz % align; in caamAddIO() local
409 int add = (tmpSz < (align - desc->alignIdx)) ? tmpSz : in caamAddIO()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/caam/
H A Dcaam_integrity.c408 int tmpSz = dataSz % align; in caamAddIO() local
409 int add = (tmpSz < (align - desc->alignIdx)) ? tmpSz : in caamAddIO()

12