Searched defs:pEncrypted (Results 1 – 6 of 6) sorted by relevance
/titanic_52/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDESCrypt.c | 177 CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, in soft_des_encrypt_common() argument 491 soft_des_decrypt_common(soft_session_t * session_p,CK_BYTE_PTR pEncrypted,CK_ULONG ulEncryptedLen,CK_BYTE_PTR pData,CK_ULONG_PTR pulDataLen,boolean_t update) soft_des_decrypt_common() argument 921 CK_BYTE *pEncrypted = NULL; soft_des_sign_verify_common() local 1077 CK_BYTE *pEncrypted = NULL; soft_des_mac_sign_verify_update() local [all...] |
H A D | softBlowfishCrypt.c | 142 CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, CK_ULONG_PTR pulEncryptedLen, in soft_blowfish_encrypt_common() argument 317 soft_blowfish_decrypt_common(soft_session_t * session_p,CK_BYTE_PTR pEncrypted,CK_ULONG ulEncryptedLen,CK_BYTE_PTR pData,CK_ULONG_PTR pulDataLen,boolean_t update) soft_blowfish_decrypt_common() argument [all...] |
H A D | softAESCrypt.c | 155 CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, in soft_aes_encrypt_common() argument 492 soft_aes_decrypt_common(soft_session_t * session_p,CK_BYTE_PTR pEncrypted,CK_ULONG ulEncryptedLen,CK_BYTE_PTR pData,CK_ULONG_PTR pulDataLen,boolean_t update) soft_aes_decrypt_common() argument [all...] |
H A D | softDecryptUtil.c | 352 soft_decrypt_common(soft_session_t *session_p, CK_BYTE_PTR pEncrypted, in soft_decrypt_common() argument
|
H A D | softEncryptUtil.c | 372 CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, in soft_encrypt_common() argument
|
H A D | softRSA.c | 241 CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, in soft_rsa_encrypt_common() argument 330 soft_rsa_decrypt_common(soft_session_t *session_p, CK_BYTE_PTR pEncrypted, in soft_rsa_decrypt_common() argument
|