Searched refs:C_DecryptInit (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Crypt.c | 219 * 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 D | pkcs11General.c | 76 C_DecryptInit,
|
H A D | metaUtil.c | 247 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 D | d3_cbc.c | 71 rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism, key->hKey); 74 KRB5_LOG(KRB5_ERR, "C_EncryptInit/C_DecryptInit failed in "
|
H A D | f_cbc.c | 74 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 D | kernelGeneral.c | 74 C_DecryptInit,
|
H A D | kernelDecrypt.c | 150 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 D | softDecrypt.c | 35 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 D | softGeneral.c | 80 C_DecryptInit,
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | aes_provider.c | 822 * 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 D | arcfour_provider.c | 138 rv = C_DecryptInit(session, &mechanism, *kptr); 141 KRB5_LOG(KRB5_ERR, "C_DecryptInit failed in "
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 422 /* C_DecryptInit initializes a decryption operation. */ 423 CK_PKCS11_FUNCTION_INFO(C_DecryptInit)
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 636 C_DecryptInit(CK_SESSION_HANDLE hSession, function 1279 PK11_Functions.C_DecryptInit = C_DecryptInit;
|
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 139 C_DecryptInit,
|
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 1371 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 D | pkcs11_spi.c | 2378 ckrv = C_DecryptInit(hSession, &mechanism,
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4579 if ((r = id_cryptoctx->p11->C_DecryptInit(id_cryptoctx->session, &mech, 4581 pkiDebug("C_DecryptInit: 0x%x\n", (int) r);
|
Completed in 101 milliseconds