Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dpkwrite.c51 static inline int mbedtls_pk_is_rfc8410(const mbedtls_pk_context *pk) in mbedtls_pk_is_rfc8410() function
715 if (mbedtls_pk_is_rfc8410(key)) { in mbedtls_pk_write_key_der()
813 (mbedtls_pk_is_rfc8410(key)))) { in mbedtls_pk_write_key_pem()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpkwrite.c522 if (mbedtls_pk_is_rfc8410(key)) { in mbedtls_pk_write_key_der()
594 if (mbedtls_pk_is_rfc8410(key)) { in mbedtls_pk_write_key_pem()
H A Dpk_internal.h124 static inline int mbedtls_pk_is_rfc8410(const mbedtls_pk_context *pk) in mbedtls_pk_is_rfc8410() function