Lines Matching refs:STRUCT_FGETP

954 	if (copyin(STRUCT_FGETP(get_number, pn_mechanism_string),  in get_mechanism_number()
2154 param = STRUCT_FGETP(mech, cm_param); in copyin_mech()
2317 if (STRUCT_FGETP(oa, oa_value) != NULL) in copyin_attributes()
2340 value = STRUCT_FGETP(oa, oa_value); in copyin_attributes()
2429 if (copyin((char *)STRUCT_FGETP(key, ck_data), in copyin_key()
2445 (caddr_t)STRUCT_FGETP(key, ck_attrs), &k_attrs, NULL, NULL, in copyin_key()
2817 encrbuf = STRUCT_FGETP(encrypt, ce_encrbuf); in cipher()
2849 if (datalen != 0 && copyin(STRUCT_FGETP(encrypt, ce_databuf), in cipher()
2891 if (STRUCT_FGETP(encrypt, ce_encrbuf) == NULL) in cipher()
2978 encrbuf = STRUCT_FGETP(encrypt_update, eu_encrbuf); in cipher_update()
3010 if (datalen != 0 && copyin(STRUCT_FGETP(encrypt_update, eu_databuf), in cipher_update()
3047 if (STRUCT_FGETP(encrypt_update, eu_encrbuf) == NULL) in cipher_update()
3133 encrbuf = STRUCT_FGETP(encrypt_final, ef_encrbuf); in common_final()
3199 if (STRUCT_FGETP(encrypt_final, ef_encrbuf) == NULL) in common_final()
3357 if (datalen != 0 && copyin(STRUCT_FGETP(digest_update, du_databuf), in digest_update()
3538 digestbuf = STRUCT_FGETP(crypto_digest, cd_digestbuf); in common_digest()
3566 if (datalen != 0 && copyin(STRUCT_FGETP(crypto_digest, cd_databuf), in common_digest()
3612 if (STRUCT_FGETP(crypto_digest, cd_digestbuf) == NULL) in common_digest()
3703 if (get_pin_and_session_ptr(STRUCT_FGETP(set_pin, sp_old_pin), in set_pin()
3715 if (new_pin_len != 0 && copyin(STRUCT_FGETP(set_pin, sp_new_pin), in set_pin()
3791 if (get_pin_and_session_ptr(STRUCT_FGETP(login, co_pin), in login()
4124 if (datalen != 0 && copyin(STRUCT_FGETP(verify, cv_databuf), in verify()
4130 if (signlen != 0 && copyin(STRUCT_FGETP(verify, cv_signbuf), in verify()
4239 if (datalen != 0 && copyin(STRUCT_FGETP(sign_update, su_databuf), in sign_verify_update()
4341 if (signlen != 0 && copyin(STRUCT_FGETP(verify_final, vf_signbuf), in verify_final()
4421 if (seed_len != 0 && copyin(STRUCT_FGETP(seed_random, sr_seedbuf), in seed_random()
4526 STRUCT_FGETP(generate_random, gr_buf), len) != 0) { in generate_random()
4588 valuep = STRUCT_FGETP(oa, oa_value); in copyout_attributes()
4641 oc_attributes = STRUCT_FGETP(object_create, oc_attributes); in object_create()
4735 oc_new_attributes = STRUCT_FGETP(object_copy, oc_new_attributes); in object_copy()
4906 og_attributes = STRUCT_FGETP(get_attribute_value, og_attributes); in object_get_attribute_value()
4939 STRUCT_FGETP(get_attribute_value, og_attributes), in object_get_attribute_value()
5068 sa_attributes = STRUCT_FGETP(set_attribute_value, sa_attributes); in object_set_attribute_value()
5148 attributes = STRUCT_FGETP(find_init, fi_attributes); in object_find_init()
5284 STRUCT_FGETP(find_update, fu_handles), in object_find_update()
5456 attributes = STRUCT_FGETP(generate_key, gk_attributes); in object_generate_key()
5590 in_attributes = STRUCT_FGETP(generate_key, ngk_in_attributes); in nostore_generate_key()
5598 out_attributes = STRUCT_FGETP(generate_key, ngk_out_attributes); in nostore_generate_key()
5729 pub_attributes = STRUCT_FGETP(generate_key_pair, kp_public_attributes); in object_generate_key_pair()
5736 pri_attributes = STRUCT_FGETP(generate_key_pair, kp_private_attributes); in object_generate_key_pair()
5902 in_pub_attributes = STRUCT_FGETP(generate_key_pair, in nostore_generate_key_pair()
5910 in_pri_attributes = STRUCT_FGETP(generate_key_pair, in nostore_generate_key_pair()
5921 out_pub_attributes = STRUCT_FGETP(generate_key_pair, in nostore_generate_key_pair()
5929 out_pri_attributes = STRUCT_FGETP(generate_key_pair, in nostore_generate_key_pair()
6082 wrapped_key_buffer = STRUCT_FGETP(wrap_key, wk_wrapped_key); in object_wrap_key()
6125 if (STRUCT_FGETP(wrap_key, wk_wrapped_key) == NULL) in object_wrap_key()
6242 uk_attributes = STRUCT_FGETP(unwrap_key, uk_attributes); in object_unwrap_key()
6264 if (wrapped_key_len != 0 && copyin(STRUCT_FGETP(unwrap_key, in object_unwrap_key()
6407 attributes = STRUCT_FGETP(derive_key, dk_attributes); in object_derive_key()
6569 in_attributes = STRUCT_FGETP(derive_key, ndk_in_attributes); in nostore_derive_key()
6576 out_attributes = STRUCT_FGETP(derive_key, ndk_out_attributes); in nostore_derive_key()