Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/include/
H A Dmbedtls_config_uta.h67 #define MBEDTLS_PEM_PARSE_C macro
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpem.h48 #if defined(MBEDTLS_PEM_PARSE_C)
H A Dconfig_adjust_legacy_crypto.h84 defined(MBEDTLS_PEM_PARSE_C) || \
H A Dcheck_config.h439 #if defined(MBEDTLS_PEM_PARSE_C) && !defined(MBEDTLS_BASE64_C)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddhm.c26 #if defined(MBEDTLS_PEM_PARSE_C)
488 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_dhm_parse_dhm()
492 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_dhm_parse_dhm()
562 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_dhm_parse_dhm()
649 #if defined(MBEDTLS_PEM_PARSE_C)
H A Derror.c117 #if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C)
259 #if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) in mbedtls_high_level_strerr()
H A Dx509_csr.c30 #if defined(MBEDTLS_PEM_PARSE_C)
456 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_x509_csr_parse()
469 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_x509_csr_parse()
H A Dpkparse.c35 #if defined(MBEDTLS_PEM_PARSE_C)
980 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_pk_parse_key()
989 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_pk_parse_key()
1188 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_pk_parse_public_key()
1197 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_pk_parse_public_key()
H A Dpem.c10 #if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C)
37 #if defined(MBEDTLS_PEM_PARSE_C)
H A Dversion_features.c687 #if defined(MBEDTLS_PEM_PARSE_C)
H A Dx509_crl.c30 #if defined(MBEDTLS_PEM_PARSE_C)
507 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_x509_crl_parse()
H A Dx509_crt.c32 #if defined(MBEDTLS_PEM_PARSE_C)
1398 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_x509_crt_parse()
1414 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_x509_crt_parse()
1427 #if defined(MBEDTLS_PEM_PARSE_C) in mbedtls_x509_crt_parse()
H A Dx509.c30 #if defined(MBEDTLS_PEM_PARSE_C)
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3064 if MBEDTLS_FS_IO and MBEDTLS_PEM_PARSE_C are unset. Fixes #2254.
4382 does not define MBEDTLS_PEM_PARSE_C. Found by omnium21. #562