Home
last modified time | relevance | path

Searched defs:sigLen (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/security/wolfssl/wolfssl-5.1.0/IDE/HEXAGON/
H A Decc-verify.c36 int hash_firmware_verify(const byte* hash, word32 hashLen, const byte* sigBuf, word32 sigLen) in hash_firmware_verify()
77 word32 sigLen = (word32)sizeof(sigBuf); in main() local
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/IDE/HEXAGON/
H A Decc-verify.c36 int hash_firmware_verify(const byte* hash, word32 hashLen, const byte* sigBuf, word32 sigLen) in hash_firmware_verify()
77 word32 sigLen = (word32)sizeof(sigBuf); in main() local
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/HEXAGON/
H A Decc-verify.c36 int hash_firmware_verify(const byte* hash, word32 hashLen, const byte* sigBuf, word32 sigLen) in hash_firmware_verify()
77 word32 sigLen = (word32)sizeof(sigBuf); in main() local
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/HEXAGON/
H A Decc-verify.c36 int hash_firmware_verify(const byte* hash, word32 hashLen, const byte* sigBuf, word32 sigLen) in hash_firmware_verify()
77 word32 sigLen = (word32)sizeof(sigBuf); in main() local
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/IDE/HEXAGON/
H A Decc-verify.c36 int hash_firmware_verify(const byte* hash, word32 hashLen, const byte* sigBuf, word32 sigLen) in hash_firmware_verify()
77 word32 sigLen = (word32)sizeof(sigBuf); in main() local
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Ded25519.c514 static int ed25519_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_init_with_sha()
582 static int ed25519_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_final_with_sha()
649 int wc_ed25519_verify_msg_init(const byte* sig, word32 sigLen, ed25519_key* key, in wc_ed25519_verify_msg_init()
661 int wc_ed25519_verify_msg_final(const byte* sig, word32 sigLen, int* res, in wc_ed25519_verify_msg_final()
678 int wc_ed25519_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg_ex()
742 int wc_ed25519_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg()
760 int wc_ed25519ctx_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ctx_verify_msg()
779 int wc_ed25519ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed25519ph_verify_hash()
798 int wc_ed25519ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ph_verify_msg()
H A Ded448.c488 static int ed448_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_init_with_sha()
561 static int ed448_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_final_with_sha()
614 int wc_ed448_verify_msg_init(const byte* sig, word32 sigLen, ed448_key* key, in wc_ed448_verify_msg_init()
628 int wc_ed448_verify_msg_final(const byte* sig, word32 sigLen, in wc_ed448_verify_msg_final()
652 int wc_ed448_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg_ex()
704 int wc_ed448_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg()
728 int wc_ed448ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed448ph_verify_hash()
752 int wc_ed448ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448ph_verify_msg()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Ded25519.c514 static int ed25519_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_init_with_sha()
582 static int ed25519_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_final_with_sha()
649 int wc_ed25519_verify_msg_init(const byte* sig, word32 sigLen, ed25519_key* key, in wc_ed25519_verify_msg_init()
661 int wc_ed25519_verify_msg_final(const byte* sig, word32 sigLen, int* res, in wc_ed25519_verify_msg_final()
678 int wc_ed25519_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg_ex()
742 int wc_ed25519_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg()
760 int wc_ed25519ctx_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ctx_verify_msg()
779 int wc_ed25519ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed25519ph_verify_hash()
798 int wc_ed25519ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ph_verify_msg()
H A Ded448.c488 static int ed448_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_init_with_sha()
561 static int ed448_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_final_with_sha()
614 int wc_ed448_verify_msg_init(const byte* sig, word32 sigLen, ed448_key* key, in wc_ed448_verify_msg_init()
628 int wc_ed448_verify_msg_final(const byte* sig, word32 sigLen, in wc_ed448_verify_msg_final()
652 int wc_ed448_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg_ex()
704 int wc_ed448_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg()
728 int wc_ed448ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed448ph_verify_hash()
752 int wc_ed448ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448ph_verify_msg()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Ded25519.c514 static int ed25519_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_init_with_sha()
582 static int ed25519_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_final_with_sha()
649 int wc_ed25519_verify_msg_init(const byte* sig, word32 sigLen, ed25519_key* key, in wc_ed25519_verify_msg_init()
661 int wc_ed25519_verify_msg_final(const byte* sig, word32 sigLen, int* res, in wc_ed25519_verify_msg_final()
678 int wc_ed25519_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg_ex()
742 int wc_ed25519_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg()
760 int wc_ed25519ctx_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ctx_verify_msg()
779 int wc_ed25519ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed25519ph_verify_hash()
798 int wc_ed25519ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ph_verify_msg()
H A Ded448.c488 static int ed448_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_init_with_sha()
561 static int ed448_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_final_with_sha()
614 int wc_ed448_verify_msg_init(const byte* sig, word32 sigLen, ed448_key* key, in wc_ed448_verify_msg_init()
628 int wc_ed448_verify_msg_final(const byte* sig, word32 sigLen, in wc_ed448_verify_msg_final()
652 int wc_ed448_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg_ex()
704 int wc_ed448_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg()
728 int wc_ed448ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed448ph_verify_hash()
752 int wc_ed448ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448ph_verify_msg()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Ded25519.c514 static int ed25519_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_init_with_sha()
582 static int ed25519_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_final_with_sha()
649 int wc_ed25519_verify_msg_init(const byte* sig, word32 sigLen, ed25519_key* key, in wc_ed25519_verify_msg_init()
661 int wc_ed25519_verify_msg_final(const byte* sig, word32 sigLen, int* res, in wc_ed25519_verify_msg_final()
678 int wc_ed25519_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg_ex()
742 int wc_ed25519_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg()
760 int wc_ed25519ctx_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ctx_verify_msg()
779 int wc_ed25519ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed25519ph_verify_hash()
798 int wc_ed25519ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ph_verify_msg()
H A Ded448.c488 static int ed448_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_init_with_sha()
561 static int ed448_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_final_with_sha()
614 int wc_ed448_verify_msg_init(const byte* sig, word32 sigLen, ed448_key* key, in wc_ed448_verify_msg_init()
628 int wc_ed448_verify_msg_final(const byte* sig, word32 sigLen, in wc_ed448_verify_msg_final()
652 int wc_ed448_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg_ex()
704 int wc_ed448_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg()
728 int wc_ed448ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed448ph_verify_hash()
752 int wc_ed448ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448ph_verify_msg()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Ded25519.c514 static int ed25519_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_init_with_sha()
582 static int ed25519_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed25519_verify_msg_final_with_sha()
649 int wc_ed25519_verify_msg_init(const byte* sig, word32 sigLen, ed25519_key* key, in wc_ed25519_verify_msg_init()
661 int wc_ed25519_verify_msg_final(const byte* sig, word32 sigLen, int* res, in wc_ed25519_verify_msg_final()
678 int wc_ed25519_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg_ex()
742 int wc_ed25519_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519_verify_msg()
760 int wc_ed25519ctx_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ctx_verify_msg()
779 int wc_ed25519ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed25519ph_verify_hash()
798 int wc_ed25519ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed25519ph_verify_msg()
H A Ded448.c488 static int ed448_verify_msg_init_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_init_with_sha()
561 static int ed448_verify_msg_final_with_sha(const byte* sig, word32 sigLen, in ed448_verify_msg_final_with_sha()
614 int wc_ed448_verify_msg_init(const byte* sig, word32 sigLen, ed448_key* key, in wc_ed448_verify_msg_init()
628 int wc_ed448_verify_msg_final(const byte* sig, word32 sigLen, in wc_ed448_verify_msg_final()
652 int wc_ed448_verify_msg_ex(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg_ex()
704 int wc_ed448_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448_verify_msg()
728 int wc_ed448ph_verify_hash(const byte* sig, word32 sigLen, const byte* hash, in wc_ed448ph_verify_hash()
752 int wc_ed448ph_verify_msg(const byte* sig, word32 sigLen, const byte* msg, in wc_ed448ph_verify_msg()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/lms/
H A DLMOtsParameters.java32 private final int sigLen; field in LMOtsParameters
35 …protected LMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier … in LMOtsParameters()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/pk11_gtest/
H A Dpk11_signature_test.cc62 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignHashedData() local
75 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignData() local
/dports/www/firefox/firefox-99.0/security/nss/gtests/pk11_gtest/
H A Dpk11_signature_test.cc62 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignHashedData() local
75 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignData() local
/dports/security/ca_root_nss/nss-3.71/nss/gtests/pk11_gtest/
H A Dpk11_signature_test.cc62 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignHashedData() local
75 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignData() local
/dports/security/nss/nss-3.76.1/nss/gtests/pk11_gtest/
H A Dpk11_signature_test.cc62 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignHashedData() local
75 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignData() local
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/pk11_gtest/
H A Dpk11_signature_test.cc62 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignHashedData() local
75 unsigned int sigLen = PK11_SignatureLen(privKey.get()); in SignData() local
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/
H A DOSSLDSA.cpp82 unsigned int sigLen = pk->getOutputLength(); in sign() local
222 unsigned int sigLen = pk->getOutputLength(); in signFinal() local
257 unsigned int sigLen = pk->getOutputLength(); in verify() local
409 unsigned int sigLen = pk->getOutputLength(); in verifyFinal() local
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/kcapi/
H A Dkcapi_ecc.c179 word32* sigLen) in KcapiEcc_Sign()
254 word32 sigLen) in KcapiEcc_Verify()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/kcapi/
H A Dkcapi_ecc.c179 word32* sigLen) in KcapiEcc_Sign()
254 word32 sigLen) in KcapiEcc_Verify()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/kcapi/
H A Dkcapi_ecc.c179 word32* sigLen) in KcapiEcc_Sign()
254 word32 sigLen) in KcapiEcc_Verify()

12345678910>>...16