Lines Matching refs:STRUCT_FGETP

942 	if (copyin(STRUCT_FGETP(get_number, pn_mechanism_string),
2118 param = STRUCT_FGETP(mech, cm_param);
2281 if (STRUCT_FGETP(oa, oa_value) != NULL)
2304 value = STRUCT_FGETP(oa, oa_value);
2393 if (copyin((char *)STRUCT_FGETP(key, ck_data),
2409 (caddr_t)STRUCT_FGETP(key, ck_attrs), &k_attrs, NULL, NULL,
2780 encrbuf = STRUCT_FGETP(encrypt, ce_encrbuf);
2812 if (datalen != 0 && copyin(STRUCT_FGETP(encrypt, ce_databuf),
2854 if (STRUCT_FGETP(encrypt, ce_encrbuf) == NULL)
2940 encrbuf = STRUCT_FGETP(encrypt_update, eu_encrbuf);
2972 if (datalen != 0 && copyin(STRUCT_FGETP(encrypt_update, eu_databuf),
3009 if (STRUCT_FGETP(encrypt_update, eu_encrbuf) == NULL)
3095 encrbuf = STRUCT_FGETP(encrypt_final, ef_encrbuf);
3159 if (STRUCT_FGETP(encrypt_final, ef_encrbuf) == NULL)
3317 if (datalen != 0 && copyin(STRUCT_FGETP(digest_update, du_databuf),
3467 digestbuf = STRUCT_FGETP(crypto_digest, cd_digestbuf);
3495 if (datalen != 0 && copyin(STRUCT_FGETP(crypto_digest, cd_databuf),
3538 if (STRUCT_FGETP(crypto_digest, cd_digestbuf) == NULL)
3629 if (get_pin_and_session_ptr(STRUCT_FGETP(set_pin, sp_old_pin),
3641 if (new_pin_len != 0 && copyin(STRUCT_FGETP(set_pin, sp_new_pin),
3717 if (get_pin_and_session_ptr(STRUCT_FGETP(login, co_pin),
4046 if (datalen != 0 && copyin(STRUCT_FGETP(verify, cv_databuf),
4052 if (signlen != 0 && copyin(STRUCT_FGETP(verify, cv_signbuf),
4160 if (datalen != 0 && copyin(STRUCT_FGETP(sign_update, su_databuf),
4254 if (signlen != 0 && copyin(STRUCT_FGETP(verify_final, vf_signbuf),
4334 if (seed_len != 0 && copyin(STRUCT_FGETP(seed_random, sr_seedbuf),
4439 STRUCT_FGETP(generate_random, gr_buf), len) != 0) {
4501 valuep = STRUCT_FGETP(oa, oa_value);
4554 oc_attributes = STRUCT_FGETP(object_create, oc_attributes);
4648 oc_new_attributes = STRUCT_FGETP(object_copy, oc_new_attributes);
4819 og_attributes = STRUCT_FGETP(get_attribute_value, og_attributes);
4852 STRUCT_FGETP(get_attribute_value, og_attributes),
4981 sa_attributes = STRUCT_FGETP(set_attribute_value, sa_attributes);
5061 attributes = STRUCT_FGETP(find_init, fi_attributes);
5197 STRUCT_FGETP(find_update, fu_handles),
5369 attributes = STRUCT_FGETP(generate_key, gk_attributes);
5502 in_attributes = STRUCT_FGETP(generate_key, ngk_in_attributes);
5510 out_attributes = STRUCT_FGETP(generate_key, ngk_out_attributes);
5641 pub_attributes = STRUCT_FGETP(generate_key_pair, kp_public_attributes);
5648 pri_attributes = STRUCT_FGETP(generate_key_pair, kp_private_attributes);
5812 in_pub_attributes = STRUCT_FGETP(generate_key_pair,
5820 in_pri_attributes = STRUCT_FGETP(generate_key_pair,
5831 out_pub_attributes = STRUCT_FGETP(generate_key_pair,
5839 out_pri_attributes = STRUCT_FGETP(generate_key_pair,
5992 wrapped_key_buffer = STRUCT_FGETP(wrap_key, wk_wrapped_key);
6035 if (STRUCT_FGETP(wrap_key, wk_wrapped_key) == NULL)
6152 uk_attributes = STRUCT_FGETP(unwrap_key, uk_attributes);
6174 if (wrapped_key_len != 0 && copyin(STRUCT_FGETP(unwrap_key,
6317 attributes = STRUCT_FGETP(derive_key, dk_attributes);
6478 in_attributes = STRUCT_FGETP(derive_key, ndk_in_attributes);
6485 out_attributes = STRUCT_FGETP(derive_key, ndk_out_attributes);