| H A D | ecc.c | 107 static void ecc_free_public_key(struct ecc_public_key *key) in ecc_free_public_key() argument 126 static TEE_Result ecc_generate_keypair(struct ecc_keypair *key, in ecc_generate_keypair() argument 161 ecc_sign(uint32_t algo,struct ecc_keypair * key,const uint8_t * msg,size_t msg_len,uint8_t * sig,size_t * sig_len) ecc_sign() argument 233 ecc_verify(uint32_t algo,struct ecc_public_key * key,const uint8_t * msg,size_t msg_len,const uint8_t * sig,size_t sig_len) ecc_verify() argument 350 ecc_sm2_encrypt(struct ecc_public_key * key,const uint8_t * src,size_t src_len,uint8_t * dst,size_t * dst_len) ecc_sm2_encrypt() argument 388 ecc_encrypt(struct ecc_public_key * key,const uint8_t * src,size_t src_len,uint8_t * dst,size_t * dst_len) ecc_encrypt() argument 411 ecc_sm2_decrypt(struct ecc_keypair * key,const uint8_t * src,size_t src_len,uint8_t * dst,size_t * dst_len) ecc_sm2_decrypt() argument 472 ecc_decrypt(struct ecc_keypair * key,const uint8_t * src,size_t src_len,uint8_t * dst,size_t * dst_len) ecc_decrypt() argument 502 drvcrypt_asym_alloc_ecc_keypair(struct ecc_keypair * key,uint32_t type,size_t size_bits) drvcrypt_asym_alloc_ecc_keypair() argument 553 drvcrypt_asym_alloc_ecc_public_key(struct ecc_public_key * key,uint32_t type,size_t size_bits) drvcrypt_asym_alloc_ecc_public_key() argument [all...] |