Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/se050/adaptors/apis/
A Dapdu.c530 size_t pubkey_len = 0; in alloc_pubkey_buf() local
535 buf = malloc(pubkey_len); in alloc_pubkey_buf()
543 *len = pubkey_len; in alloc_pubkey_buf()
554 size_t pubkey_len = 0; in se050_ecc_gen_shared_secret() local
559 buf = alloc_pubkey_buf(keypub, &pubkey_len); in se050_ecc_gen_shared_secret()
564 buf, pubkey_len, secret, len); in se050_ecc_gen_shared_secret()
578 size_t pubkey_len = 0; in set_ecc_public() local
582 buf = alloc_pubkey_buf(keypub, &pubkey_len); in set_ecc_public()
593 pubkey_len, in set_ecc_public()
633 size_t pubkey_len = 0; in set_ecc_pair() local
[all …]

Completed in 3 milliseconds