Home
last modified time | relevance | path

Searched refs:hashSz (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Deccsi.c871 byte hashSz = 0; in eccsi_make_pair() local
893 hashSz = (byte)sizeof(key->data); in eccsi_make_pair()
895 &hashSz); in eccsi_make_pair()
1480 byte hashSz = 0; in wc_ValidateEccsiPair() local
1521 hashSz = (byte)sizeof(key->data); in wc_ValidateEccsiPair()
1524 &hashSz); in wc_ValidateEccsiPair()
1624 (hashSz == NULL)) { in wc_HashEccsiId()
1639 XMEMCPY(key->idHash, hash, *hashSz); in wc_HashEccsiId()
1640 key->idHashSz = *hashSz; in wc_HashEccsiId()
1664 XMEMCPY(key->idHash, hash, hashSz); in wc_SetEccsiHash()
[all …]
H A Dhmac.c1178 int hashSz; in wc_HKDF_Extract() local
1184 hashSz = ret; in wc_HKDF_Extract()
1187 XMEMSET(tmp, 0, hashSz); in wc_HKDF_Extract()
1189 saltSz = hashSz; in wc_HKDF_Extract()
1223 word32 hashSz = wc_HmacSizeByType(type); in wc_HKDF_Expand() local
1229 if (out == NULL || ((outSz/hashSz) + ((outSz % hashSz) != 0)) > 255) in wc_HKDF_Expand()
1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand()
1257 left = min(left, hashSz); in wc_HKDF_Expand()
1260 outIdx += hashSz; in wc_HKDF_Expand()
1288 int hashSz = wc_HmacSizeByType(type); in wc_HKDF() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c871 byte hashSz = 0; in eccsi_make_pair() local
893 hashSz = (byte)sizeof(key->data); in eccsi_make_pair()
895 &hashSz); in eccsi_make_pair()
1480 byte hashSz = 0; in wc_ValidateEccsiPair() local
1521 hashSz = (byte)sizeof(key->data); in wc_ValidateEccsiPair()
1524 &hashSz); in wc_ValidateEccsiPair()
1624 (hashSz == NULL)) { in wc_HashEccsiId()
1639 XMEMCPY(key->idHash, hash, *hashSz); in wc_HashEccsiId()
1640 key->idHashSz = *hashSz; in wc_HashEccsiId()
1664 XMEMCPY(key->idHash, hash, hashSz); in wc_SetEccsiHash()
[all …]
H A Dhmac.c1178 int hashSz; in wc_HKDF_Extract() local
1184 hashSz = ret; in wc_HKDF_Extract()
1187 XMEMSET(tmp, 0, hashSz); in wc_HKDF_Extract()
1189 saltSz = hashSz; in wc_HKDF_Extract()
1223 word32 hashSz = wc_HmacSizeByType(type); in wc_HKDF_Expand() local
1229 if (out == NULL || ((outSz/hashSz) + ((outSz % hashSz) != 0)) > 255) in wc_HKDF_Expand()
1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand()
1257 left = min(left, hashSz); in wc_HKDF_Expand()
1260 outIdx += hashSz; in wc_HKDF_Expand()
1288 int hashSz = wc_HmacSizeByType(type); in wc_HKDF() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c871 byte hashSz = 0; in eccsi_make_pair() local
893 hashSz = (byte)sizeof(key->data); in eccsi_make_pair()
895 &hashSz); in eccsi_make_pair()
1480 byte hashSz = 0; in wc_ValidateEccsiPair() local
1521 hashSz = (byte)sizeof(key->data); in wc_ValidateEccsiPair()
1524 &hashSz); in wc_ValidateEccsiPair()
1624 (hashSz == NULL)) { in wc_HashEccsiId()
1639 XMEMCPY(key->idHash, hash, *hashSz); in wc_HashEccsiId()
1640 key->idHashSz = *hashSz; in wc_HashEccsiId()
1664 XMEMCPY(key->idHash, hash, hashSz); in wc_SetEccsiHash()
[all …]
H A Dhmac.c1178 int hashSz;
1184 hashSz = ret;
1187 XMEMSET(tmp, 0, hashSz);
1189 saltSz = hashSz;
1223 word32 hashSz = wc_HmacSizeByType(type);
1229 if (out == NULL || ((outSz/hashSz) + ((outSz % hashSz) != 0)) > 255)
1238 int tmpSz = (n == 1) ? 0 : hashSz;
1257 left = min(left, hashSz);
1260 outIdx += hashSz;
1288 int hashSz = wc_HmacSizeByType(type);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c871 byte hashSz = 0; in eccsi_make_pair() local
893 hashSz = (byte)sizeof(key->data); in eccsi_make_pair()
895 &hashSz); in eccsi_make_pair()
1480 byte hashSz = 0; in wc_ValidateEccsiPair() local
1521 hashSz = (byte)sizeof(key->data); in wc_ValidateEccsiPair()
1524 &hashSz); in wc_ValidateEccsiPair()
1624 (hashSz == NULL)) { in wc_HashEccsiId()
1639 XMEMCPY(key->idHash, hash, *hashSz); in wc_HashEccsiId()
1640 key->idHashSz = *hashSz; in wc_HashEccsiId()
1664 XMEMCPY(key->idHash, hash, hashSz); in wc_SetEccsiHash()
[all …]
H A Dhmac.c1178 int hashSz; in wc_HKDF_Extract() local
1184 hashSz = ret; in wc_HKDF_Extract()
1187 XMEMSET(tmp, 0, hashSz); in wc_HKDF_Extract()
1189 saltSz = hashSz; in wc_HKDF_Extract()
1223 word32 hashSz = wc_HmacSizeByType(type); in wc_HKDF_Expand() local
1229 if (out == NULL || ((outSz/hashSz) + ((outSz % hashSz) != 0)) > 255) in wc_HKDF_Expand()
1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand()
1257 left = min(left, hashSz); in wc_HKDF_Expand()
1260 outIdx += hashSz; in wc_HKDF_Expand()
1288 int hashSz = wc_HmacSizeByType(type); in wc_HKDF() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Deccsi.c871 byte hashSz = 0; in eccsi_make_pair() local
893 hashSz = (byte)sizeof(key->data); in eccsi_make_pair()
895 &hashSz); in eccsi_make_pair()
1480 byte hashSz = 0; in wc_ValidateEccsiPair() local
1521 hashSz = (byte)sizeof(key->data); in wc_ValidateEccsiPair()
1524 &hashSz); in wc_ValidateEccsiPair()
1624 (hashSz == NULL)) { in wc_HashEccsiId()
1639 XMEMCPY(key->idHash, hash, *hashSz); in wc_HashEccsiId()
1640 key->idHashSz = *hashSz; in wc_HashEccsiId()
1664 XMEMCPY(key->idHash, hash, hashSz); in wc_SetEccsiHash()
[all …]
H A Dhmac.c1178 int hashSz; in wc_HKDF_Extract() local
1184 hashSz = ret; in wc_HKDF_Extract()
1187 XMEMSET(tmp, 0, hashSz); in wc_HKDF_Extract()
1189 saltSz = hashSz; in wc_HKDF_Extract()
1223 word32 hashSz = wc_HmacSizeByType(type); in wc_HKDF_Expand() local
1229 if (out == NULL || ((outSz/hashSz) + ((outSz % hashSz) != 0)) > 255) in wc_HKDF_Expand()
1238 int tmpSz = (n == 1) ? 0 : hashSz; in wc_HKDF_Expand()
1257 left = min(left, hashSz); in wc_HKDF_Expand()
1260 outIdx += hashSz; in wc_HKDF_Expand()
1288 int hashSz = wc_HmacSizeByType(type); in wc_HKDF() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dpkcs7.h301 word32 hashSz, byte* outputHead, word32* outputHeadSz, byte* outputFoot,
479 word32 hashSz, byte* pkiMsgHead, word32 pkiMsgHeadSz, byte* pkiMsgFoot,
H A Deccsi.h108 const byte* id, word32 idSz, ecc_point* pvt, byte* hash, byte* hashSz);
112 WOLFSSL_API int wc_SetEccsiHash(EccsiKey* key, const byte* hash, byte hashSz);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dpkcs7.h301 word32 hashSz, byte* outputHead, word32* outputHeadSz, byte* outputFoot,
479 word32 hashSz, byte* pkiMsgHead, word32 pkiMsgHeadSz, byte* pkiMsgFoot,
H A Deccsi.h108 const byte* id, word32 idSz, ecc_point* pvt, byte* hash, byte* hashSz);
112 WOLFSSL_API int wc_SetEccsiHash(EccsiKey* key, const byte* hash, byte hashSz);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dpkcs7.h301 word32 hashSz, byte* outputHead, word32* outputHeadSz, byte* outputFoot,
479 word32 hashSz, byte* pkiMsgHead, word32 pkiMsgHeadSz, byte* pkiMsgFoot,
H A Deccsi.h108 const byte* id, word32 idSz, ecc_point* pvt, byte* hash, byte* hashSz);
112 WOLFSSL_API int wc_SetEccsiHash(EccsiKey* key, const byte* hash, byte hashSz);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dpkcs7.h301 word32 hashSz, byte* outputHead, word32* outputHeadSz, byte* outputFoot,
479 word32 hashSz, byte* pkiMsgHead, word32 pkiMsgHeadSz, byte* pkiMsgFoot,
H A Deccsi.h108 const byte* id, word32 idSz, ecc_point* pvt, byte* hash, byte* hashSz);
112 WOLFSSL_API int wc_SetEccsiHash(EccsiKey* key, const byte* hash, byte hashSz);
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas_cmn.h37 uint32_t sigSz, const uint8_t* hash, uint32_t hashSz,
48 const unsigned char* hash, unsigned int hashSz,
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas_cmn.h37 uint32_t sigSz, const uint8_t* hash, uint32_t hashSz,
48 const unsigned char* hash, unsigned int hashSz,
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas_cmn.h37 uint32_t sigSz, const uint8_t* hash, uint32_t hashSz,
48 const unsigned char* hash, unsigned int hashSz,
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas_cmn.h37 uint32_t sigSz, const uint8_t* hash, uint32_t hashSz,
48 const unsigned char* hash, unsigned int hashSz,
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/Renesas/
H A Drenesas_cmn.h37 uint32_t sigSz, const uint8_t* hash, uint32_t hashSz,
48 const unsigned char* hash, unsigned int hashSz,
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dtls13.c169 word32 hashSz = 0; in DeriveKeyMsg() local
236 outputLen = hashSz; in DeriveKeyMsg()
264 word32 hashSz = 0; in DeriveKey() local
2608 byte hashSz = 0; in RestartHandshakeHash() local
2653 idx += hashSz; in RestartHandshakeHash()
4368 byte hashSz; in RestartHandshakeHashWithCookie() local
4402 idx += hashSz; in RestartHandshakeHashWithCookie()
5470 int hashSz = 0; in CreateRSAEncodedSig() local
5521 return hashSz; in CreateRSAEncodedSig()
5536 int hashSz = 0; in CreateECCEncodedSig() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls13.c169 word32 hashSz = 0; in DeriveKeyMsg() local
236 outputLen = hashSz; in DeriveKeyMsg()
264 word32 hashSz = 0; in DeriveKey() local
2608 byte hashSz = 0; in RestartHandshakeHash() local
2653 idx += hashSz; in RestartHandshakeHash()
4368 byte hashSz; in RestartHandshakeHashWithCookie() local
4402 idx += hashSz; in RestartHandshakeHashWithCookie()
5470 int hashSz = 0; in CreateRSAEncodedSig() local
5521 return hashSz; in CreateRSAEncodedSig()
5536 int hashSz = 0; in CreateECCEncodedSig() local
[all …]

12345678