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

/freebsd-11-stable/include/rpc/
H A Dauth.h61 u_int secmod; /* security mode number e.g. in nfssec.conf */ member in struct:sec_data
69 uint32_t secmod; /* security mode number e.g. in nfssec.conf */ member in struct:sec_data32
/freebsd-11-stable/sys/rpc/
H A Dauth.h61 u_int secmod; /* security mode number e.g. in nfssec.conf */ member in struct:sec_data
69 uint32_t secmod; /* security mode number e.g. in nfssec.conf */ member in struct:sec_data32
/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_option.c410 const char *secmod = NULL; local
415 /* set up cert7.db, key3.db and secmod parameters */
422 secmod = ents[i].path;
455 else if (secmod) {
458 1, secmod, LDAPSSL_AUTH_CNCHECK);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_nss.c141 const char *secmod = NULL; local
153 { "secmod", NULL, 0 },
196 secmod = fields[3].value;
210 if (keyPrefix || certPrefix || secmod) {
211 s = NSS_Initialize(dir, certPrefix, keyPrefix, secmod, flags);
/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.c1900 * The MAC is computed over (faddr||laddr||fport||lport||irs||flags||secmod)
1980 uint8_t *secbits, uintptr_t secmod)
2005 SipHash_Update(&ctx, &secmod, sizeof(secmod));
1979 syncookie_mac(struct in_conninfo *inc, tcp_seq irs, uint8_t flags, uint8_t *secbits, uintptr_t secmod) argument

Completed in 86 milliseconds