Lines Matching refs:ko
3691 struct tee_obj *ko = NULL; in syscall_cryp_derive_key() local
3714 res = tee_obj_get(utc, cs->key1, &ko); in syscall_cryp_derive_key()
3760 res = crypto_acipher_dh_shared_secret(ko->attr, in syscall_cryp_derive_key()
3776 uint32_t curve = ((struct ecc_keypair *)ko->attr)->curve; in syscall_cryp_derive_key()
3837 res = crypto_acipher_ecc_shared_secret(ko->attr, &key_public, in syscall_cryp_derive_key()
3855 struct tee_cryp_obj_secret *ik = ko->attr; in syscall_cryp_derive_key()
3885 struct tee_cryp_obj_secret *ss = ko->attr; in syscall_cryp_derive_key()
3914 struct tee_cryp_obj_secret *ss = ko->attr; in syscall_cryp_derive_key()
3960 res = crypto_acipher_sm2_kep_derive(ko->attr, /* key1 */ in syscall_cryp_derive_key()
4004 res = crypto_acipher_x25519_shared_secret(ko->attr, in syscall_cryp_derive_key()
4046 res = crypto_acipher_x448_shared_secret(ko->attr, in syscall_cryp_derive_key()