Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/se050/adaptors/apis/
H A Dapdu.c45 struct se050_rsa_keypub *keypub, in set_rsa_public() argument
73 keypub->e, keypub->e_len, in set_rsa_public()
91 keypub->n, keypub->n_len, in set_rsa_public()
441 struct se050_rsa_keypub *keypub, in se050_key_store_set_rsa_key_bin() argument
456 keypub, key_bit_len); in se050_key_store_set_rsa_key_bin()
528 static uint8_t *alloc_pubkey_buf(struct se050_ecc_keypub *keypub, size_t *len) in alloc_pubkey_buf() argument
534 pubkey_len = keypub->x_len + keypub->y_len + 1; in alloc_pubkey_buf()
541 memcpy(pubkey, keypub->x, keypub->x_len); in alloc_pubkey_buf()
542 memcpy(pubkey + keypub->x_len, keypub->y, keypub->y_len); in alloc_pubkey_buf()
549 struct se050_ecc_keypub *keypub, in se050_ecc_gen_shared_secret() argument
[all …]