Home
last modified time | relevance | path

Searched refs:dh_xbits (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/tee/
H A Dtee_svc_cryp.c2186 uint32_t dh_xbits = 0; in tee_svc_obj_generate_key_dh() local
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()