Searched refs:cmops (Results 1 – 2 of 2) sorted by relevance
479 cmops->em_sid = _sid; \480 cmops->em_encr_key = _encr_key; \481 cmops->em_mac_key = _mac_key; \482 cmops->em_plaintext = _plaintext; \484 cmops->em_mac = _mac; \486 cmops->em_mac_templ = _mac_templ; \495 cmops->md_sid = _sid; \496 cmops->md_mac_key = _mac_key; \497 cmops->md_decr_key = _decr_key; \499 cmops->md_mac = _mac; \[all …]
1333 kcf_encrypt_mac_ops_params_t *cmops = in kcf_emulate_dual() local1346 pd->pd_sid, &cmops->em_encr_mech, in kcf_emulate_dual()1347 cmops->em_encr_key, NULL, NULL, in kcf_emulate_dual()1348 cmops->em_encr_templ); in kcf_emulate_dual()1358 err = crypto_mac_init(&cmops->em_mac_mech, in kcf_emulate_dual()1359 cmops->em_mac_key, cmops->em_mac_templ, in kcf_emulate_dual()1373 crypto_dual_data_t *ct = cmops->em_ciphertext; in kcf_emulate_dual()1374 crypto_data_t *pt = cmops->em_plaintext; in kcf_emulate_dual()1414 crypto_dual_data_t *ct = cmops->em_ciphertext; in kcf_emulate_dual()1415 crypto_data_t *mac = cmops->em_mac; in kcf_emulate_dual()