MBEDTLS_PKCS12_C macro
\def MBEDTLS_PKCS12_C Enable PKCS#12 PBE functions. Adds algorithms for parsing PKCS#8 encrypted private keys Module: library/pkcs12.c Caller: library/pkparse.c Requires: MBEDTLS_ASN1_PARSE_C and either MBEDTLS_MD_C or MBEDTLS_PSA_CRYPTO_C. \warning If using a hash that is only provided by PSA drivers, you must call psa_crypto_init() before doing any PKCS12 operations. This module enables PKCS#12 functions.