Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c978 int crypto_pk_write_formatted_pubkey_der(mbedtls_pk_context *key, unsigned char *buf, size_t size, … in crypto_pk_write_formatted_pubkey_der() function
1031 int len = crypto_pk_write_formatted_pubkey_der((mbedtls_pk_context *)key, output_buf, 1600, 1); in crypto_ec_write_pub_key()