Searched refs:C_DigestInit (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Digest.c | 36 * C_DigestInit will verify that the session handle is valid within 39 * provider. Policy is only checked for C_DigestInit, since it is 43 C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism) function 56 return (fast_funcs->C_DigestInit(hSession, pMechanism)); 78 rv = FUNCLIST(slotid)->C_DigestInit(sessp->se_handle,
|
H A D | pkcs11General.c | 80 C_DigestInit,
|
H A D | metaUtil.c | 252 rv = FUNCLIST(fw_st_id)->C_DigestInit( 436 rv = FUNCLIST(fw_st_id)->C_DigestInit(
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/ |
H A D | hash_ef_generic.c | 22 if ((rv = C_DigestInit(krb_ctx_hSession(context), mechanism)) != 24 KRB5_LOG(KRB5_ERR, "C_DigestInit failed in k5_ef_hash: "
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/ |
H A D | hmac_md5.c | 95 if ((rv = C_DigestInit(krb_ctx_hSession(context), &mechanism)) != CKR_OK) { 96 KRB5_LOG(KRB5_ERR, "C_DigestInit failed in k5_md5_hmac_hash: "
|
H A D | k5_md5des.c | 103 if ((rv = C_DigestInit(krb_ctx_hSession(context), &mechanism)) != CKR_OK) { 104 KRB5_LOG(KRB5_ERR, "C_DigestInit failed in k5_md5des_hash: " 229 if ((rv = C_DigestInit(krb_ctx_hSession(context), &mechanism)) != CKR_OK) { 230 KRB5_LOG(KRB5_ERR, "C_DigestInit failed in k5_md5des_verify: "
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_sign_pkcs.c | 56 rv = C_DigestInit(*ctxp, mech);
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_digest.c | 66 if ((rv = C_DigestInit(hSession, pmech)) != CKR_OK) {
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 78 C_DigestInit,
|
H A D | kernelDigest.c | 135 C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism) function 170 /* Application must call C_DigestInit before calling C_Digest */ 275 * Application needs to call C_DigestInit again for next 326 * Application must call C_DigestInit before calling 440 * Application must call C_DigestInit before calling 594 * Application must call C_DigestInit before calling
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDigest.c | 34 C_DigestInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism) function 131 /* Application must call C_DigestInit before calling C_Digest */ 184 * Application needs to call C_DigestInit again for next 231 * Application must call C_DigestInit before calling 309 * Application must call C_DigestInit before calling 394 * Application must call C_DigestInit before calling
|
H A D | softGeneral.c | 84 C_DigestInit,
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netr_auth.c | 307 rv = C_DigestInit(hSession, &mechanism);
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 475 /* C_DigestInit initializes a message-digesting operation. */ 476 CK_PKCS11_FUNCTION_INFO(C_DigestInit)
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 853 C_DigestInit(CK_SESSION_HANDLE hSession, function 1283 PK11_Functions.C_DigestInit = C_DigestInit;
|
/illumos-gate/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 838 if ((rv = C_DigestInit(hSession, pmech)) != CKR_OK) { 853 * Otherwise C_DigestInit will return CKR_OPERATION_ACTIVE
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 809 ckrv = C_DigestInit(hSession, &mechanism);
|
Completed in 102 milliseconds