Lines Matching refs:hSession
243 init_session->hSession, pMechanism, in meta_operation_init()
248 init_session->hSession, pMechanism, in meta_operation_init()
253 init_session->hSession, pMechanism); in meta_operation_init()
257 init_session->hSession, pMechanism, in meta_operation_init()
262 init_session->hSession, pMechanism, in meta_operation_init()
267 init_session->hSession, pMechanism, in meta_operation_init()
272 init_session->hSession, pMechanism, in meta_operation_init()
427 init_session->hSession, pMechanism, in meta_operation_init_softtoken()
432 init_session->hSession, pMechanism, in meta_operation_init_softtoken()
437 init_session->hSession, pMechanism); in meta_operation_init_softtoken()
514 CK_SESSION_HANDLE hSession; in meta_do_operation() local
607 hSession = slot_session->hSession; in meta_do_operation()
617 rv = FUNCLIST(fw_st_id)->C_Encrypt(hSession, in, in meta_do_operation()
620 rv = FUNCLIST(fw_st_id)->C_EncryptUpdate(hSession, in, in meta_do_operation()
623 rv = FUNCLIST(fw_st_id)->C_EncryptFinal(hSession, out, in meta_do_operation()
627 rv = FUNCLIST(fw_st_id)->C_Decrypt(hSession, in, in meta_do_operation()
630 rv = FUNCLIST(fw_st_id)->C_DecryptUpdate(hSession, in, in meta_do_operation()
633 rv = FUNCLIST(fw_st_id)->C_DecryptFinal(hSession, out, in meta_do_operation()
637 rv = FUNCLIST(fw_st_id)->C_Digest(hSession, in, inLen, in meta_do_operation()
641 rv = FUNCLIST(fw_st_id)->C_DigestUpdate(hSession, in, in meta_do_operation()
652 rv = FUNCLIST(fw_st_id)->C_DigestKey(hSession, in meta_do_operation()
655 rv = FUNCLIST(fw_st_id)->C_DigestFinal(hSession, out, in meta_do_operation()
659 rv = FUNCLIST(fw_st_id)->C_Sign(hSession, in, inLen, in meta_do_operation()
663 rv = FUNCLIST(fw_st_id)->C_SignUpdate(hSession, in, in meta_do_operation()
666 rv = FUNCLIST(fw_st_id)->C_SignFinal(hSession, out, in meta_do_operation()
672 rv = FUNCLIST(fw_st_id)->C_Verify(hSession, in, in meta_do_operation()
676 rv = FUNCLIST(fw_st_id)->C_VerifyUpdate(hSession, in, in meta_do_operation()
681 rv = FUNCLIST(fw_st_id)->C_VerifyFinal(hSession, in, in meta_do_operation()
685 rv = FUNCLIST(fw_st_id)->C_SignRecover(hSession, in, in meta_do_operation()
688 rv = FUNCLIST(fw_st_id)->C_VerifyRecover(hSession, in, in meta_do_operation()
766 CK_SESSION_HANDLE hSession; in meta_operation_cleanup() local
786 hSession = op->session->hSession; in meta_operation_cleanup()
804 (void) FUNCLIST(fw_st_id)->C_EncryptUpdate(hSession, in meta_operation_cleanup()
808 (void) FUNCLIST(fw_st_id)->C_DecryptUpdate(hSession, in meta_operation_cleanup()
812 (void) FUNCLIST(fw_st_id)->C_DigestUpdate(hSession, in meta_operation_cleanup()
816 (void) FUNCLIST(fw_st_id)->C_SignUpdate(hSession, in meta_operation_cleanup()
820 (void) FUNCLIST(fw_st_id)->C_SignRecover(hSession, in meta_operation_cleanup()
824 (void) FUNCLIST(fw_st_id)->C_VerifyUpdate(hSession, in meta_operation_cleanup()
828 (void) FUNCLIST(fw_st_id)->C_VerifyRecover(hSession, in meta_operation_cleanup()
1032 CK_SESSION_HANDLE hSession; in meta_generate_keys() local
1079 hSession = gen_session->hSession; in meta_generate_keys()
1082 rv = FUNCLIST(fw_st_id)->C_GenerateKeyPair(hSession, in meta_generate_keys()
1087 rv = FUNCLIST(fw_st_id)->C_GenerateKey(hSession, in meta_generate_keys()
1250 wrap_session->hSession, pMechanism, in meta_wrap_key()
1373 unwrap_session->hSession, pMechanism, in meta_unwrap_key()
1586 derive_session->hSession, pMechanism, in meta_derive_key()