Home
last modified time | relevance | path

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

/hal_espressif-latest/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.c519 struct crypto_key *pkey = NULL; in crypto_ec_set_pubkey_point() local
571 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_free_key() local
578 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_public_key() local
586 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_priv_key_der() local
614 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_group_from_key() local
621 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_key_group() local
629 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_private_key() local
636 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_ec_get_publickey_buf() local
810 mbedtls_pk_context *pkey = (mbedtls_pk_context *)csign; in crypto_ecdsa_get_sign() local
856 mbedtls_pk_context *pkey = (mbedtls_pk_context *)key; in crypto_debug_print_ec_key() local
[all …]
Dcrypto_mbedtls.c788 u8 pkey[8], next, tmp; in des_encrypt() local
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Ddes-internal.c401 u8 pkey[8], next, tmp; in des_encrypt() local
/hal_espressif-latest/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-latest/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-latest/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
4675 struct crypto_key *pkey = NULL; in dpp_parse_jwk() local