Searched refs:field_str (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1898 * @field_str: DN field string which is passed from configuration file (e.g.,
1903 static int get_value_from_field(const X509 *cert, char *field_str, argument
1909 if (os_strcmp(field_str, "*") == 0)
1912 name = str_token(field_str, "=", &context);
1945 value = str_token(field_str, "=", &context);

Completed in 64 milliseconds