Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c1126 static int x509_get_other_name(const mbedtls_x509_buf *subject_alt_name, in x509_get_other_name() function
1408 ret = x509_get_other_name(san_buf, &other_name); in mbedtls_x509_parse_subject_alt_name()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3102 * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716.