Lines Matching refs:ecc_key
26 size_t idlen, const ecc_key *key) in sm2_kep_compute_Z()
105 size_t ZAZB_len, ecc_key *initiator_eph_key, in sm2_kep_compute_S()
106 ecc_key *responder_eph_key) in sm2_kep_compute_S()
203 static TEE_Result sm2_kep_derive(ecc_key *my_key, ecc_key *my_eph_key, in sm2_kep_derive()
204 ecc_key *peer_key, ecc_key *peer_eph_key, in sm2_kep_derive()
213 ecc_key *initiator_eph_key = p->is_initiator ? my_eph_key : in sm2_kep_derive()
215 ecc_key *responder_eph_key = p->is_initiator ? peer_eph_key : in sm2_kep_derive()
217 ecc_key *initiator_key = p->is_initiator ? my_key : peer_key; in sm2_kep_derive()
218 ecc_key *responder_key = p->is_initiator ? peer_key : my_key; in sm2_kep_derive()
410 ecc_key ltc_my_key = { }; in crypto_acipher_sm2_kep_derive()
411 ecc_key ltc_my_eph_key = { }; in crypto_acipher_sm2_kep_derive()
412 ecc_key ltc_peer_key = { }; in crypto_acipher_sm2_kep_derive()
413 ecc_key ltc_peer_eph_key = { }; in crypto_acipher_sm2_kep_derive()