Searched refs:C_DecryptInit (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Crypt.c219 * C_DecryptInit will verify that the session handle is valid within
222 * provider. Policy is checked for C_DecryptInit, and not C_Decrypt
223 * or C_DecryptUpdate, since C_DecryptInit is required to be called
227 C_DecryptInit(CK_SESSION_HANDLE hSession, function
241 return (fast_funcs->C_DecryptInit(hSession, pMechanism, hKey));
263 rv = FUNCLIST(slotid)->C_DecryptInit(sessp->se_handle,
H A Dpkcs11General.c76 C_DecryptInit,
H A DmetaUtil.c247 rv = FUNCLIST(fw_st_id)->C_DecryptInit(
431 rv = FUNCLIST(fw_st_id)->C_DecryptInit(
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/des/
H A Dd3_cbc.c71 rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
74 KRB5_LOG(KRB5_ERR, "C_EncryptInit/C_DecryptInit failed in "
H A Df_cbc.c74 rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
77 KRB5_LOG(KRB5_ERR, "C_EncryptInit/C_DecryptInit failed in "
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c74 C_DecryptInit,
H A DkernelDecrypt.c150 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
200 /* Application must call C_DecryptInit before calling C_Decrypt. */
312 * Application needs to call C_DecryptInit again for next
365 * Application must call C_DecryptInit before calling
454 * Application must call C_DecryptInit before calling
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecrypt.c35 C_DecryptInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
143 /* Application must call C_DecryptInit before calling C_Decrypt. */
234 * Application must call C_DecryptInit before calling
295 * Application must call C_DecryptInit before calling
H A DsoftGeneral.c80 C_DecryptInit,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c822 * call to C_DecryptInit is setting the IV. The IV in use here
824 * C_DecryptInit set the IV in this function.
826 rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism,
829 KRB5_LOG(KRB5_ERR, "C_DecryptInit failed in "
872 rv = C_DecryptInit(krb_ctx_hSession(context),
875 KRB5_LOG(KRB5_ERR, "C_DecryptInit failed in "
910 rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism,
913 KRB5_LOG(KRB5_ERR, "C_DecryptInit failed in "
966 rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism,
969 KRB5_LOG(KRB5_ERR, "C_DecryptInit faile
[all...]
H A Darcfour_provider.c138 rv = C_DecryptInit(session, &mechanism, *kptr);
141 KRB5_LOG(KRB5_ERR, "C_DecryptInit failed in "
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h422 /* C_DecryptInit initializes a decryption operation. */
423 CK_PKCS11_FUNCTION_INFO(C_DecryptInit)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c636 C_DecryptInit(CK_SESSION_HANDLE hSession, function
1279 PK11_Functions.C_DecryptInit = C_DecryptInit;
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c139 C_DecryptInit,
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1371 rv = C_DecryptInit(dec_context->hSession, &mechanism, dec_context->hKey);
1375 "C_DecryptInit: rv = 0x%.8X\n", rv);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2378 ckrv = C_DecryptInit(hSession, &mechanism,
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4579 if ((r = id_cryptoctx->p11->C_DecryptInit(id_cryptoctx->session, &mech,
4581 pkiDebug("C_DecryptInit: 0x%x\n", (int) r);

Completed in 155 milliseconds