| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_secure_link_module.c | 17 ngx_str_t secret; member 57 offsetof(ngx_http_secure_link_conf_t, secret), 114 if (conf->secret.data) { in ngx_http_secure_link_variable() 243 ngx_md5_update(&md5, conf->secret.data, conf->secret.len); in ngx_http_secure_link_old_variable() 320 if (conf->secret.data) { in ngx_http_secure_link_merge_conf() 340 conf->secret = prev->secret; in ngx_http_secure_link_merge_conf()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.c | 294 if (NULL == context->secret) { in validate_inputs() 449 if (context->secret != NULL) { in initial_hash() 451 &BlakeHash, (const uint8_t *) context->secret, context->secretlen); in initial_hash() 454 sodium_memzero(context->secret, context->secretlen); in initial_hash()
|
| H A D | argon2.c | 119 context.secret = NULL; in argon2_hash() 214 ctx.secret = NULL; in argon2_verify()
|
| H A D | argon2.h | 173 uint8_t *secret; /* key array */ member
|
| H A D | pwhash_argon2i.c | 262 ctx.ad = ctx.secret = NULL; in _needs_rehash()
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 228 if (*pmd->secret != '\0') { in memif_msg_receive_init() 229 if (*i->secret == '\0') { in memif_msg_receive_init() 234 if (strncmp(pmd->secret, (char *)i->secret, in memif_msg_receive_init() 412 if (*pmd->secret != '\0') in memif_msg_enq_init() 413 strlcpy((char *)i->secret, pmd->secret, sizeof(i->secret)); in memif_msg_enq_init()
|
| H A D | rte_eth_memif.c | 1482 uint16_t pkt_buffer_size, const char *secret, in memif_create() argument 1524 memset(pmd->secret, 0, sizeof(char) * ETH_MEMIF_SECRET_SIZE); in memif_create() 1525 if (secret != NULL) in memif_create() 1526 strlcpy(pmd->secret, secret, sizeof(pmd->secret)); in memif_create() 1719 const char **secret = (const char **)extra_args; in memif_set_secret() local 1721 *secret = value; in memif_set_secret() 1739 const char *secret = NULL; in rte_pmd_memif_probe() local 1830 &memif_set_secret, (void *)(&secret)); in rte_pmd_memif_probe() 1843 log2_ring_size, pkt_buffer_size, secret, ether_addr); in rte_pmd_memif_probe()
|
| H A D | memif.h | 81 uint8_t secret[24]; /**< optional security parameter */ member
|
| H A D | rte_eth_memif.h | 96 char secret[ETH_MEMIF_SECRET_SIZE]; /**< secret (optional security parameter) */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.h | 81 uint32_t secret; member
|
| H A D | tcp_syncache.c | 301 callout_init(&V_tcp_syncache.secret.reseed, 1); in syncache_init() 302 arc4rand(V_tcp_syncache.secret.key[0], SYNCOOKIE_SECRET_SIZE, 0); in syncache_init() 303 arc4rand(V_tcp_syncache.secret.key[1], SYNCOOKIE_SECRET_SIZE, 0); in syncache_init() 328 callout_drain(&V_tcp_syncache.secret.reseed); in syncache_destroy() 2272 secbit = V_tcp_syncache.secret.oddeven & 0x1; in syncookie_generate() 2275 secbits = V_tcp_syncache.secret.key[secbit]; in syncookie_generate() 2317 secbits = V_tcp_syncache.secret.key[cookie.flags.odd_even]; in syncookie_lookup() 2438 secbit = (sc->secret.oddeven & 0x1) ? 0 : 1; in syncookie_reseed() 2439 secbits = sc->secret.key[secbit]; in syncookie_reseed() 2441 atomic_add_rel_int(&sc->secret.oddeven, 1); in syncookie_reseed() [all …]
|
| H A D | tcp_syncache.h | 131 struct syncookie_secret secret; member
|
| H A D | tcp_fastopen.c | 413 V_tcp_fastopen_ccache.secret = arc4random(); in tcp_fastopen_init() 1026 V_tcp_fastopen_ccache.secret); in tcp_fastopen_ccache_lookup()
|
| H A D | sctputil.c | 1714 int i, secret; in sctp_timeout_handler() local 1941 secret = (int)inp->sctp_ep.current_secret_number; in sctp_timeout_handler() 1943 inp->sctp_ep.secret_key[secret][i] = in sctp_timeout_handler()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-check-rdb.c | 154 void rdbCheckHandleCrash(int sig, siginfo_t *info, void *secret) { in rdbCheckHandleCrash() argument 157 UNUSED(secret); in rdbCheckHandleCrash()
|
| H A D | debug.c | 1246 void sigsegvHandler(int sig, siginfo_t *info, void *secret) { in sigsegvHandler() argument 1247 ucontext_t *uc = (ucontext_t*) secret; in sigsegvHandler() 1377 void watchdogSignalHandler(int sig, siginfo_t *info, void *secret) { in watchdogSignalHandler() argument 1379 ucontext_t *uc = (ucontext_t*) secret; in watchdogSignalHandler() 1381 (void)secret; in watchdogSignalHandler()
|
| H A D | server.h | 2149 void sigsegvHandler(int sig, siginfo_t *info, void *secret);
|
| /f-stack/freebsd/net/ |
| H A D | if_sppp.h | 70 u_char secret[AUTHKEYLEN]; /* secret password */ member
|
| H A D | if_spppsubr.c | 4028 MD5Update(&ctx, sp->myauth.secret, in sppp_chap_input() 4029 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN)); in sppp_chap_input() 4146 MD5Update(&ctx, sp->hisauth.secret, in sppp_chap_input() 4147 sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN)); in sppp_chap_input() 4655 (size_t)pwdlen, sp->myauth.secret, in sppp_pap_scr() 5092 bzero(spr->defs.myauth.secret, AUTHKEYLEN); in sppp_params() 5094 bzero(spr->defs.hisauth.secret, AUTHKEYLEN); in sppp_params() 5157 if (spr->defs.myauth.secret[0] != '\0') in sppp_params() 5158 bcopy(spr->defs.myauth.secret, sp->myauth.secret, in sppp_params() 5169 if (spr->defs.hisauth.secret[0] != '\0') in sppp_params() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | cw2015_battery.yaml | 27 of this binary blob is kept secret by CellWise. The only way to obtain
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | memif.rst | 48 …"secret=abc123", "Secret is an optional security option, which if specified, must be matched by pe…
|
| /f-stack/freebsd/contrib/dev/ipw/ |
| H A D | LICENSE | 62 copyright, trademark, patent and trade secret law and international treaties.
|
| /f-stack/freebsd/contrib/dev/iwi/ |
| H A D | LICENSE | 65 copyright, trademark, patent and trade secret law and international treaties.
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 133 - New `*_keygen()` helpers functions have been added to create secret
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 978 public and/or private key generation and shared secret compute, DSA Signature
|