Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_dh.c31 struct caam_dh_keypair { struct
43 static void do_keypair_free(struct caam_dh_keypair *key) in do_keypair_free() argument
58 static enum caam_status do_keypair_conv_p_g(struct caam_dh_keypair *outkey, in do_keypair_conv_p_g()
96 static enum caam_status do_keypriv_conv(struct caam_dh_keypair *outkey, in do_keypriv_conv()
133 static enum caam_status do_keypub_conv(struct caam_dh_keypair *outkey, in do_keypub_conv()
221 struct caam_dh_keypair caam_dh_key = { }; in do_gen_keypair()
399 struct caam_dh_keypair caam_dh_key = { }; in do_shared_secret()