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

/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dhttp-utils.h32 struct http_othername *othername; member in struct:http_cert
H A Dhttp_curl.c212 on = os_realloc_array(cert->othername, cert->num_othername + 1,
216 cert->othername = on;
892 os_free(hcert->othername[i].oid);
893 os_free(hcert->othername);
964 if (os_strcmp(hcert.othername[i].oid,
966 char *name = os_zalloc(hcert.othername[i].len + 1);
968 os_memcpy(name, hcert.othername[i].data,
969 hcert.othername[i].len);
977 hcert.othername[i].data,
978 hcert.othername[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_san.c83 char othername[300]; local
91 || !x509v3_add_len_value_uchar("othername: SmtpUTF8Mailbox:",
99 || !x509v3_add_len_value_uchar("othername: XmppAddr:",
107 || !x509v3_add_len_value_uchar("othername: SRVName:",
115 || !x509v3_add_len_value_uchar("othername: UPN:",
123 || !x509v3_add_len_value_uchar("othername: NAIRealm:",
131 BIO_snprintf(othername, sizeof(othername), "othername: %s:",
134 OPENSSL_strlcpy(othername, "othernam
[all...]
/netbsd-current/regress/sys/kern/getcwd/
H A Dgetcwd.c107 #define othername "testgetcwd" macro
387 if (rename("/tmp/" littlename, "/tmp/" othername) < 0) {
391 CHECK("/tmp/" othername, __getcwd(kbuf, sizeof(kbuf)), 16, 0);
392 if (rmdir("/tmp/" othername) < 0) {
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dintr.c204 char othername; /* index into callbyvalue table */
446 else if(sp->othername)
449 varstr(XL, callbyvalue[sp->othername-1]) );
203 char othername; /* index into callbyvalue table */ member in struct:specblock
/netbsd-current/external/bsd/wpa/dist/hs20/client/
H A Dosu_client.c2950 if (os_strcmp(cert->othername[i].oid,
2954 cert->othername[i].data,
2955 cert->othername[i].len);
2963 if (os_strcmp(cert->othername[i].oid,
2966 if (cert->othername[i].len < 3)
2968 if (os_strncasecmp((char *) cert->othername[i].data,
2971 if (os_strncmp((char *) cert->othername[i].data + 3,
2973 cert->othername[i].len - 3) == 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/certs/
H A Dsetup.sh394 "Test NC CA othername" nccaothername-key nccaothername-cert \
397 ./mkcert.sh req alt-email-key "O = NC email in othername Test Certificate" | \
398 ./mkcert.sh geneealt bad-othername-key bad-othername-cert \

Completed in 132 milliseconds