Searched refs:x_len (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/se050/adaptors/include/ |
| H A D | se050_apdu_apis.h | 59 size_t x_len; member
|
| /optee_os/core/drivers/crypto/se050/adaptors/apis/ |
| H A D | apdu.c | 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()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 270 ret = set_binary_data(key->x, key_len, &key_bin.x, &key_bin.x_len); in se050_inject_public_key() 341 &key_bin.pub.x, &key_bin.pub.x_len); in se050_inject_keypair() 461 ret = set_binary_data(public_key->x, key_bytes, &key.x, &key.x_len); in shared_secret()
|