Lines Matching refs:STRUCT_FGET

947 	len = STRUCT_FGET(get_number, pn_mechanism_len);  in get_mechanism_number()
1010 req_count = STRUCT_FGET(get_list, ml_count); in get_mechanism_list()
1117 (void) strncpy(mech_name, STRUCT_FGET(get_all_mech, mi_mechanism_name), in get_all_mechanism_info()
1134 req_count = STRUCT_FGET(get_all_mech, mi_count); in get_all_mechanism_info()
1276 req_count = STRUCT_FGET(get_list, pl_count); in get_provider_list()
1293 req_count = STRUCT_FGET(get_list, pl_count); in get_provider_list()
1343 bcopy(provider->pd_description, STRUCT_FGET(pd, pd_prov_desc), in ext_to_provider_data()
1346 bcopy(ei->ei_label, STRUCT_FGET(pd, pd_label), CRYPTO_EXT_SIZE_LABEL); in ext_to_provider_data()
1347 bcopy(ei->ei_manufacturerID, STRUCT_FGET(pd, pd_manufacturerID), in ext_to_provider_data()
1349 bcopy(ei->ei_model, STRUCT_FGET(pd, pd_model), CRYPTO_EXT_SIZE_MODEL); in ext_to_provider_data()
1350 bcopy(ei->ei_serial_number, STRUCT_FGET(pd, pd_serial_number), in ext_to_provider_data()
1377 bcopy(ei->ei_time, STRUCT_FGET(pd, pd_time), CRYPTO_EXT_SIZE_TIME); in ext_to_provider_data()
1463 provider_id = STRUCT_FGET(get_info, gi_provider_id); in get_provider_info()
1553 STRUCT_FGET(get_mechanisms, pm_provider_id), in get_provider_mechanisms()
1565 req_count = STRUCT_FGET(get_mechanisms, pm_count); in get_provider_mechanisms()
2155 param_len = STRUCT_FGET(mech, cm_param_len); in copyin_mech()
2156 out_mech->cm_type = STRUCT_FGET(mech, cm_type); in copyin_mech()
2308 tmp_len = roundup(STRUCT_FGET(oa, oa_value_len), in copyin_attributes()
2339 k_attrs[i].oa_type = STRUCT_FGET(oa, oa_type); in copyin_attributes()
2341 value_len = STRUCT_FGET(oa, oa_value_len); in copyin_attributes()
2405 out_key->ck_format = STRUCT_FGET(key, ck_format); in copyin_key()
2408 key_bits = STRUCT_FGET(key, ck_length); in copyin_key()
2442 count = STRUCT_FGET(key, ck_count); in copyin_key()
2457 out_key->ck_obj_id = STRUCT_FGET(key, ck_obj_id); in copyin_key()
2676 session_id = STRUCT_FGET(encrypt_init, ei_session); in cipher_init()
2810 datalen = STRUCT_FGET(encrypt, ce_datalen); in cipher()
2811 encrlen = STRUCT_FGET(encrypt, ce_encrlen); in cipher()
2830 session_id = STRUCT_FGET(encrypt, ce_session); in cipher()
2836 do_inplace = (STRUCT_FGET(encrypt, ce_flags) & in cipher()
2971 datalen = STRUCT_FGET(encrypt_update, eu_datalen); in cipher_update()
2972 encrlen = STRUCT_FGET(encrypt_update, eu_encrlen); in cipher_update()
2991 session_id = STRUCT_FGET(encrypt_update, eu_session); in cipher_update()
2997 do_inplace = (STRUCT_FGET(encrypt_update, eu_flags) & in cipher_update()
3127 encrlen = STRUCT_FGET(encrypt_final, ef_encrlen); in common_final()
3145 session_id = STRUCT_FGET(encrypt_final, ef_session); in common_final()
3255 session_id = STRUCT_FGET(digest_init, di_session); in digest_init()
3334 datalen = STRUCT_FGET(digest_update, du_datalen); in digest_update()
3342 session_id = STRUCT_FGET(digest_update, du_session); in digest_update()
3417 session_id = STRUCT_FGET(digest_key, dk_session); in digest_key()
3531 datalen = STRUCT_FGET(crypto_digest, cd_datalen); in common_digest()
3532 digestlen = STRUCT_FGET(crypto_digest, cd_digestlen); in common_digest()
3551 session_id = STRUCT_FGET(crypto_digest, cd_session); in common_digest()
3701 old_pin_len = STRUCT_FGET(set_pin, sp_old_len); in set_pin()
3704 &old_pin, old_pin_len, cm, STRUCT_FGET(set_pin, sp_session), in set_pin()
3708 new_pin_len = STRUCT_FGET(set_pin, sp_new_len); in set_pin()
3787 user_type = STRUCT_FGET(login, co_user_type); in login()
3789 pin_len = STRUCT_FGET(login, co_pin_len); in login()
3792 &pin, pin_len, cm, STRUCT_FGET(login, co_session), in login()
3962 session_id = STRUCT_FGET(sign_init, si_session); in sign_verify_init()
4098 datalen = STRUCT_FGET(verify, cv_datalen); in verify()
4099 signlen = STRUCT_FGET(verify, cv_signlen); in verify()
4108 session_id = STRUCT_FGET(verify, cv_session); in verify()
4217 datalen = STRUCT_FGET(sign_update, su_datalen); in sign_verify_update()
4225 session_id = STRUCT_FGET(sign_update, su_session); in sign_verify_update()
4319 signlen = STRUCT_FGET(verify_final, vf_signlen); in verify_final()
4327 session_id = STRUCT_FGET(verify_final, vf_session); in verify_final()
4400 seed_len = STRUCT_FGET(seed_random, sr_seedlen); in seed_random()
4408 session_id = STRUCT_FGET(seed_random, sr_session); in seed_random()
4491 len = STRUCT_FGET(generate_random, gr_buflen); in generate_random()
4499 session_id = STRUCT_FGET(generate_random, gr_session); in generate_random()
4640 count = STRUCT_FGET(object_create, oc_count); in object_create()
4643 session_id = STRUCT_FGET(object_create, oc_session); in object_create()
4734 count = STRUCT_FGET(object_copy, oc_count); in object_copy()
4737 session_id = STRUCT_FGET(object_copy, oc_session); in object_copy()
4755 handle = STRUCT_FGET(object_copy, oc_handle); in object_copy()
4824 session_id = STRUCT_FGET(object_destroy, od_session); in object_destroy()
4837 handle = STRUCT_FGET(object_destroy, od_handle); in object_destroy()
4905 count = STRUCT_FGET(get_attribute_value, og_count); in object_get_attribute_value()
4908 session_id = STRUCT_FGET(get_attribute_value, og_session); in object_get_attribute_value()
4926 handle = STRUCT_FGET(get_attribute_value, og_handle); in object_get_attribute_value()
4993 session_id = STRUCT_FGET(object_get_size, gs_session); in object_get_size()
5006 handle = STRUCT_FGET(object_get_size, gs_handle); in object_get_size()
5067 count = STRUCT_FGET(set_attribute_value, sa_count); in object_set_attribute_value()
5070 session_id = STRUCT_FGET(set_attribute_value, sa_session); in object_set_attribute_value()
5088 object_handle = STRUCT_FGET(set_attribute_value, sa_handle); in object_set_attribute_value()
5147 count = STRUCT_FGET(find_init, fi_count); in object_find_init()
5150 session_id = STRUCT_FGET(find_init, fi_session); in object_find_init()
5241 max_count = STRUCT_FGET(find_update, fu_max_count); in object_find_update()
5249 session_id = STRUCT_FGET(find_update, fu_session); in object_find_update()
5362 session_id = STRUCT_FGET(object_find_final, ff_session); in object_find_final()
5425 session_id = STRUCT_FGET(generate_key, gk_session); in object_generate_key()
5455 count = STRUCT_FGET(generate_key, gk_count); in object_generate_key()
5559 session_id = STRUCT_FGET(generate_key, ngk_session); in nostore_generate_key()
5589 in_count = STRUCT_FGET(generate_key, ngk_in_count); in nostore_generate_key()
5597 out_count = STRUCT_FGET(generate_key, ngk_out_count); in nostore_generate_key()
5696 session_id = STRUCT_FGET(generate_key_pair, kp_session); in object_generate_key_pair()
5726 pub_count = STRUCT_FGET(generate_key_pair, kp_public_count); in object_generate_key_pair()
5727 pri_count = STRUCT_FGET(generate_key_pair, kp_private_count); in object_generate_key_pair()
5868 session_id = STRUCT_FGET(generate_key_pair, nkp_session); in nostore_generate_key_pair()
5899 in_pub_count = STRUCT_FGET(generate_key_pair, nkp_in_public_count); in nostore_generate_key_pair()
5900 in_pri_count = STRUCT_FGET(generate_key_pair, nkp_in_private_count); in nostore_generate_key_pair()
5918 out_pub_count = STRUCT_FGET(generate_key_pair, nkp_out_public_count); in nostore_generate_key_pair()
5919 out_pri_count = STRUCT_FGET(generate_key_pair, nkp_out_private_count); in nostore_generate_key_pair()
6041 session_id = STRUCT_FGET(wrap_key, wk_session); in object_wrap_key()
6056 wrapped_key_len = STRUCT_FGET(wrap_key, wk_wrapped_key_len); in object_wrap_key()
6103 handle = STRUCT_FGET(wrap_key, wk_object_handle); in object_wrap_key()
6204 session_id = STRUCT_FGET(unwrap_key, uk_session); in object_unwrap_key()
6241 count = STRUCT_FGET(unwrap_key, uk_count); in object_unwrap_key()
6249 wrapped_key_len = STRUCT_FGET(unwrap_key, uk_wrapped_key_len); in object_unwrap_key()
6369 session_id = STRUCT_FGET(derive_key, dk_session); in object_derive_key()
6405 count = STRUCT_FGET(derive_key, dk_count); in object_derive_key()
6530 session_id = STRUCT_FGET(derive_key, ndk_session); in nostore_derive_key()
6566 in_count = STRUCT_FGET(derive_key, ndk_in_count); in nostore_derive_key()
6567 out_count = STRUCT_FGET(derive_key, ndk_out_count); in nostore_derive_key()