Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-rsa.c94 mbedtls_pk_context *pkey = os_zalloc(sizeof(*pkey)); in crypto_public_key_import() local
116 mbedtls_pk_context *pkey = os_zalloc(sizeof(mbedtls_pk_context)); in crypto_private_key_import() local
187 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_public_key_encrypt_pkcs1_v15() local
238 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_private_key_decrypt_pkcs1_v15() local
281 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_private_key_sign_pkcs1() local
317 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_public_key_free() local
328 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_private_key_free() local
342 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_public_key_decrypt_pkcs1() local
Dcrypto_mbedtls-ec.c518 struct crypto_key *pkey = NULL; in crypto_ec_set_pubkey_point() local
568 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_free_key() local
575 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_public_key() local
583 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_priv_key_der() local
603 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_group_from_key() local
610 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_key_group() local
618 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_private_key() local
625 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_publickey_buf() local
790 mbedtls_pk_context *pkey = (mbedtls_pk_context *)csign; in crypto_ecdsa_get_sign() local
815 mbedtls_pk_context *pkey = (mbedtls_pk_context *)csign; in crypto_edcsa_sign_verify() local
[all …]
Dcrypto_mbedtls.c775 u8 pkey[8], next, tmp; in des_encrypt() local
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/
Dtest_esp_crt_bundle.c67 mbedtls_pk_context pkey; member
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/
Ddes-internal.c401 u8 pkey[8], next, tmp; in des_encrypt() local
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/
Dtlsv1_cred.c271 struct crypto_private_key *pkey; in tlsv1_set_key_pem() local
312 struct crypto_private_key *pkey; in tlsv1_set_key_enc_pem() local
/hal_espressif-3.7.0/components/bt/common/api/include/api/
Desp_blufi_api.h268 …uint8_t *pkey; /*!< Client Private Key point, if Client certificate n… member
275 …uint8_t *pkey; /*!< Client Private Key point, if Client certificate n… member
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.c175 static struct wpabuf * dpp_get_pubkey_point(struct crypto_key *pkey, int prefix) in dpp_get_pubkey_point()
218 struct crypto_key *pkey = NULL; in dpp_set_pubkey_point() local
514 struct crypto_key *pkey; in dpp_parse_uri_pk() local
701 struct crypto_key *pkey = crypto_ec_get_key(privkey, privkey_len); in dpp_set_keypair() local
4674 struct crypto_key *pkey = NULL; in dpp_parse_jwk() local
/hal_espressif-3.7.0/components/bt/porting/nimble/include/nimble/
Dhci_common.h468 uint8_t pkey[64]; member