Searched refs:tee_dh_key (Results 1 – 1 of 1) sorted by relevance
2184 struct dh_keypair *tee_dh_key; in tee_svc_obj_generate_key_dh() local2194 tee_dh_key = (struct dh_keypair *)o->attr; in tee_svc_obj_generate_key_dh()2197 dh_q = tee_dh_key->q; in tee_svc_obj_generate_key_dh()2199 dh_xbits = tee_dh_key->xbits; in tee_svc_obj_generate_key_dh()2200 res = crypto_acipher_gen_dh_key(tee_dh_key, dh_q, dh_xbits, key_size); in tee_svc_obj_generate_key_dh()