Skip to content

Commit

Permalink
core: fixes typo "bytes" to "bits"
Browse files Browse the repository at this point in the history
Signed-off-by: Katsunori Kikuchi <Katsunori.Kikuchi@sony.com>
  • Loading branch information
TE-0000106830 committed Jul 12, 2023
1 parent 54c317e commit b76c751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/drivers/crypto/crypto_api/include/drvcrypt_acipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ struct drvcrypt_ecc {
/* Free ECC public key */
void (*free_publickey)(struct ecc_public_key *key);
/* Generates the ECC keypair */
TEE_Result (*gen_keypair)(struct ecc_keypair *key, size_t size_bytes);
TEE_Result (*gen_keypair)(struct ecc_keypair *key, size_t size_bits);
/* ECC Sign a message and returns the signature */
TEE_Result (*sign)(struct drvcrypt_sign_data *sdata);
/* ECC Verify a message's signature */
Expand Down

0 comments on commit b76c751

Please sign in to comment.