Home
last modified time | relevance | path

Searched defs:hash_len (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c225 CK_ULONG hash_len = MD5_HASH_SIZE; in mac_init_ctx() local
291 CK_ULONG hash_len = SHA1_HASH_SIZE; in mac_init_ctx() local
331 CK_ULONG hash_len = SHA256_DIGEST_LENGTH; in mac_init_ctx() local
372 CK_ULONG hash_len = SHA384_DIGEST_LENGTH; in mac_init_ctx() local
413 CK_ULONG hash_len = SHA512_DIGEST_LENGTH; in mac_init_ctx() local
H A DsoftDSA.c226 CK_ULONG hash_len = SHA1_HASH_SIZE; in soft_dsa_digest_sign_common() local
371 CK_ULONG hash_len = SHA1_HASH_SIZE; in soft_dsa_digest_verify_common() local
H A DsoftEC.c430 CK_ULONG hash_len = SHA1_HASH_SIZE; in soft_ecc_digest_sign_common() local
600 CK_ULONG hash_len = SHA1_HASH_SIZE; in soft_ecc_digest_verify_common() local
H A DsoftRSA.c978 CK_ULONG hash_len = SHA512_DIGEST_LENGTH; in soft_rsa_digest_sign_common() local
1094 CK_ULONG hash_len = SHA512_DIGEST_LENGTH; in soft_rsa_digest_verify_common() local
H A DsoftKeysUtil.c836 CK_ULONG hash_len = SHA512_DIGEST_LENGTH; in soft_derivekey() local
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_rsa.c408 CK_ULONG ber_data_len, hash_len, octet_str_len, oid_len; in rsa_hash_pkcs_sign() local
537 CK_ULONG ber_data_len, hash_len, octet_str_len, oid_len; in rsa_hash_pkcs_verify() local
659 CK_ULONG ber_data_len, hash_len, octet_str_len, oid_len; in rsa_hash_pkcs_sign_final() local
741 CK_ULONG ber_data_len, hash_len, octet_str_len, oid_len; in rsa_hash_pkcs_verify_final() local
H A Ddig_mgr.c481 CK_ULONG *hash_len) in digest_mgr_digest_final()
H A Dmech_md5.c336 CK_ULONG key_bytes, hash_len, hmac_len; in md5_hmac_sign() local
H A Dmech_sha.c70 CK_ULONG key_bytes, hash_len, hmac_len; in sha1_hmac_sign() local
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c894 elfsign_hash_common(ELFsign_t ess, uchar_t *hash, size_t *hash_len, in elfsign_hash_common()
992 elfsign_hash(ELFsign_t ess, uchar_t *hash, size_t *hash_len) in elfsign_hash()
1005 elfsign_hash_mem_resident(ELFsign_t ess, uchar_t *hash, size_t *hash_len) in elfsign_hash_mem_resident()
1028 size_t hash_len; in elfsign_verify_signature() local
/illumos-gate/usr/src/test/crypto-tests/tests/digest/
H A Dparser_runner.c45 parser_init(const char *path, size_t hash_len, int *errp) in parser_init()
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c502 size_t hash_len = SIG_MAX_LENGTH; in do_sign() local
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c122 uint_t hash_len; member