Searched refs:pSigned (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDSA.c | 220 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_dsa_digest_sign_common() argument 231 if (pSigned == NULL) { in soft_dsa_digest_sign_common() 261 rv = soft_dsa_sign(session_p, hash, hash_len, pSigned, pulSignedLen); in soft_dsa_digest_sign_common() 276 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_dsa_sign() argument 290 if (pSigned == NULL) { in soft_dsa_sign() 307 rv = local_dsa_sign(key, pData, ulDataLen, pSigned); in soft_dsa_sign() 365 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_dsa_digest_verify_common() argument 393 pSigned, ulSignedLen); in soft_dsa_digest_verify_common()
|
H A D | softEC.c | 425 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_ecc_digest_sign_common() argument 432 if (pSigned != NULL) { in soft_ecc_digest_sign_common() 450 rv = soft_ecc_sign(session_p, hash, hash_len, pSigned, pulSignedLen); in soft_ecc_digest_sign_common() 464 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_ecc_sign() argument 499 signature_item.data = pSigned; in soft_ecc_sign() 516 if (pSigned == NULL) in soft_ecc_sign() 595 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_ecc_digest_verify_common() argument 622 pSigned, ulSignedLen); in soft_ecc_digest_verify_common()
|
H A D | softMAC.c | 460 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, CK_ULONG_PTR pulSignedLen, in soft_hmac_sign_verify_common() argument 481 if (pSigned == NULL) { in soft_hmac_sign_verify_common() 507 SOFT_MAC_FINAL(MD5, &(hmac_ctx->hc_ctx_u.md5_ctx), pSigned); in soft_hmac_sign_verify_common() 519 SOFT_MAC_FINAL(SHA1, &(hmac_ctx->hc_ctx_u.sha1_ctx), pSigned); in soft_hmac_sign_verify_common() 530 pSigned); in soft_hmac_sign_verify_common() 541 pSigned); in soft_hmac_sign_verify_common() 554 pSigned); in soft_hmac_sign_verify_common()
|
H A D | softRSA.c | 524 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_rsa_sign_common() argument 541 if (pSigned == NULL) { in soft_rsa_sign_common() 617 (void) memcpy(pSigned, signed_data, modulus_len); in soft_rsa_sign_common() 972 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_rsa_digest_sign_common() argument 1002 if (pSigned == NULL) { in soft_rsa_digest_sign_common() 1073 pSigned, pulSignedLen, mechanism); in soft_rsa_digest_sign_common() 1088 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, in soft_rsa_digest_verify_common() argument 1161 pSigned, ulSignedLen, mechanism); in soft_rsa_digest_verify_common()
|
H A D | softCrypt.h | 88 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, CK_ULONG_PTR pulSignedLen,
|
H A D | softDESCrypt.c | 915 CK_ULONG ulDataLen, CK_BYTE_PTR pSigned, CK_ULONG_PTR pulSignedLen, in soft_des_sign_verify_common() argument 937 if (pSigned == NULL) { in soft_des_sign_verify_common() 1032 (void) memcpy(pSigned, last_block, *pulSignedLen); in soft_des_sign_verify_common()
|