Home
last modified time | relevance | path

Searched refs:t_tdes_cfb (Results 1 – 2 of 2) sorted by relevance

/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dmech_des3.c1495 rc = token_specific.t_tdes_cfb(tokdata, in_data, out_data, in_data_len, in des3_cfb_encrypt()
1564 rc = token_specific.t_tdes_cfb(tokdata, cipher, out_data, out_len, in des3_cfb_encrypt_update()
1623 rc = token_specific.t_tdes_cfb(tokdata, context->data, out_data, in des3_cfb_encrypt_final()
1669 rc = token_specific.t_tdes_cfb(tokdata, in_data, out_data, in_data_len, in des3_cfb_decrypt()
1739 rc = token_specific.t_tdes_cfb(tokdata, cipher, out_data, out_len, in des3_cfb_decrypt_update()
1798 rc = token_specific.t_tdes_cfb(tokdata, context->data, out_data, in des3_cfb_decrypt_final()
H A Dtok_spec_struct.h99 CK_RV(*t_tdes_cfb) (STDLL_TokData_t *, CK_BYTE *, CK_BYTE *, CK_ULONG, member