Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c931 mbedtls_ecp_point key_pair_Q = { }; in create_ec_priv_key_hidden_attributes() local
1000 mbedtls_ecp_point_init(&key_pair_Q); in create_ec_priv_key_hidden_attributes()
1010 &key_pair_Q); in create_ec_priv_key_hidden_attributes()
1016 ret = mbedtls_ecp_mul(&key_pair_grp, &key_pair_Q, &key_pair_d, in create_ec_priv_key_hidden_attributes()
1029 ret = mbedtls_ecp_check_pubkey(&key_pair_grp, &key_pair_Q); in create_ec_priv_key_hidden_attributes()
1035 ret = mbedtls_ecp_point_write_binary(&key_pair_grp, &key_pair_Q, in create_ec_priv_key_hidden_attributes()
1059 ret = mbedtls_ecp_point_write_binary(&key_pair_grp, &key_pair_Q, in create_ec_priv_key_hidden_attributes()
1085 mbedtls_ecp_point_free(&key_pair_Q); in create_ec_priv_key_hidden_attributes()