[][src]Type Definition sgx_types::sgx_ra_derive_secret_keys_t

type sgx_ra_derive_secret_keys_t = extern "C" fn(p_shared_key: *const sgx_ec256_dh_shared_t, kdf_id: uint16_t, p_smk_key: *mut sgx_ec_key_128bit_t, p_sk_key: *mut sgx_ec_key_128bit_t, p_mk_key: *mut sgx_ec_key_128bit_t, p_vk_key: *mut sgx_ec_key_128bit_t) -> sgx_status_t;