Searched refs:secret_key (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cms.c | 308 unsigned char *secret_key = NULL, *secret_keyid = NULL; in cms_main() local 513 if (secret_key != NULL) { in cms_main() 518 secret_key = OPENSSL_hexstr2buf(opt_arg(), <mp); in cms_main() 519 if (secret_key == NULL) { in cms_main() 767 && secret_key == NULL && pwri_pass == NULL) { in cms_main() 773 if (*argv == NULL && secret_key == NULL in cms_main() 825 if (secret_key && !secret_keyid) { in cms_main() 996 if (secret_key != NULL) { in cms_main() 998 secret_key, secret_keylen, in cms_main() 1003 secret_key = NULL; in cms_main() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rx.h | 902 * @secret_key: 320 bit input of random key configuration from driver 909 __le32 secret_key[IWL_RSS_HASH_KEY_CNT]; 903 __le32 secret_key[IWL_RSS_HASH_KEY_CNT]; global() member
|
/freebsd/sys/netinet/ |
H A D | sctp_pcb.h | 268 uint32_t secret_key[SCTP_HOW_MANY_SECRETS][SCTP_NUMBER_OF_SECRETS]; member
|
H A D | sctp_pcb.c | 2449 m->secret_key[0][i] = sctp_select_initial_TSN(m); in sctp_inpcb_alloc() 2516 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key, in sctp_move_pcb_and_assoc() 2517 sizeof(old_inp->sctp_ep.secret_key)); in sctp_move_pcb_and_assoc()
|
H A D | sctp_input.c | 2336 (uint8_t *)ep->secret_key[(int)ep->last_secret_number], in sctp_handle_cookie_echo() 2341 (uint8_t *)ep->secret_key[(int)ep->current_secret_number], in sctp_handle_cookie_echo() 2359 (uint8_t *)ep->secret_key[(int)ep->last_secret_number], in sctp_handle_cookie_echo()
|
H A D | sctputil.c | 1957 inp->sctp_ep.secret_key[secret][i] = in sctp_timeout_handler()
|
H A D | sctp_output.c | 6161 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)], in sctp_send_initiate_ack()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | fw.c | 67 netdev_rss_key_fill(cmd.secret_key, sizeof(cmd.secret_key)); in iwl_send_rss_cfg_cmd()
|
H A D | debugfs.c | 1282 netdev_rss_key_fill(cmd.secret_key, sizeof(cmd.secret_key)); in iwl_dbgfs_scan_ant_rxchain_read()
|