Home
last modified time | relevance | path

Searched defs:pub (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_ecc.c167 const unsigned char *pub, in pk_ecc_set_pubkey_psa_ecp_fallback()
204 int mbedtls_pk_ecc_set_pubkey(mbedtls_pk_context *pk, const unsigned char *pub, size_t pub_len) in mbedtls_pk_ecc_set_pubkey()
H A Dpk_wrap.c444 static int rsa_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in rsa_check_pair_wrap()
932 static int eckey_check_pair_psa(mbedtls_pk_context *pub, mbedtls_pk_context *prv) in eckey_check_pair_psa()
954 static int eckey_check_pair_psa(mbedtls_pk_context *pub, mbedtls_pk_context *prv) in eckey_check_pair_psa()
1019 static int eckey_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in eckey_check_pair_wrap()
1028 static int eckey_check_pair_wrap(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in eckey_check_pair_wrap()
1044 static int ecdsa_opaque_check_pair_wrap(mbedtls_pk_context *pub, in ecdsa_opaque_check_pair_wrap()
1335 static int rsa_alt_check_pair(mbedtls_pk_context *pub, mbedtls_pk_context *prv, in rsa_alt_check_pair()
H A Dpk.c1414 int mbedtls_pk_check_pair(const mbedtls_pk_context *pub, in mbedtls_pk_check_pair()
H A Drsa.c1218 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub, in mbedtls_rsa_check_pub_priv()
H A Decp.c3391 const mbedtls_ecp_keypair *pub, const mbedtls_ecp_keypair *prv, in mbedtls_ecp_check_pub_priv()
/optee_os/core/include/crypto/
H A Dcrypto.h173 uint8_t *pub; /* Public value */ member
178 uint8_t *pub; member
183 uint8_t *pub; member
/optee_os/core/drivers/crypto/se050/adaptors/include/
H A Dse050_apdu_apis.h66 struct se050_ecc_keypub pub; member
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h342 unsigned char pub[32]; member
/optee_os/core/tee/
H A Dtee_svc_cryp.c3733 struct bignum *pub = NULL; in syscall_cryp_derive_key() local