Searched refs:pLastPart (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDecryptUtil.c | 522 soft_decrypt_final(soft_session_t *session_p, CK_BYTE_PTR pLastPart, in soft_decrypt_final() argument 570 if (pLastPart == NULL) { in soft_decrypt_final() 578 (void) memcpy(pLastPart, soft_des_ctx->data, in soft_decrypt_final() 584 out.cd_raw.iov_base = (char *)pLastPart; in soft_decrypt_final() 590 (char *)pLastPart, DES_BLOCK_LEN, &out); in soft_decrypt_final() 598 rv = soft_remove_pkcs7_padding(pLastPart, in soft_decrypt_final() 638 if (pLastPart == NULL) in soft_decrypt_final() 679 if (pLastPart == NULL) { in soft_decrypt_final() 687 (void) memcpy(pLastPart, soft_aes_ctx->data, in soft_decrypt_final() 693 out.cd_raw.iov_base = (char *)pLastPart; in soft_decrypt_final() [all …]
|
H A D | softDecrypt.c | 270 C_DecryptFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastPart, in C_DecryptFinal() argument 306 rv = soft_decrypt_final(session_p, pLastPart, pulLastPartLen); in C_DecryptFinal() 309 (pLastPart == NULL && rv == CKR_OK)) { in C_DecryptFinal()
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Crypt.c | 366 CK_BYTE_PTR pLastPart, in C_DecryptFinal() argument 374 return (fast_funcs->C_DecryptFinal(hSession, pLastPart, in C_DecryptFinal() 391 pLastPart, pulLastPartLen); in C_DecryptFinal()
|
H A D | metaCrypt.c | 264 CK_BYTE_PTR pLastPart, CK_ULONG_PTR pulLastPartLen) in meta_DecryptFinal() argument 280 NULL, 0, pLastPart, pulLastPartLen); in meta_DecryptFinal()
|
H A D | metaGlobal.h | 769 CK_BYTE_PTR pLastPart, CK_ULONG_PTR pulLastPartLen);
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelDecrypt.c | 427 C_DecryptFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pLastPart, in C_DecryptFinal() argument 467 decrypt_final.df_databuf = (char *)pLastPart; in C_DecryptFinal() 484 (rv == CKR_OK && pLastPart == NULL)) { in C_DecryptFinal()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 466 CK_BYTE_PTR pLastPart, /* gets plaintext */
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 605 CK_BYTE_PTR pLastPart, in C_DecryptFinal() argument 627 rv = FuncList.ST_DecryptFinal(rSession, pLastPart, in C_DecryptFinal()
|
H A D | tpmtok_int.h | 1412 (ST_SESSION_T hSession, CK_BYTE_PTR pLastPart,
|