Searched refs:secret_key (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | cms.c | 378 unsigned char *secret_key = NULL, *secret_keyid = NULL; in cms_main() local 592 if (secret_key != NULL) { in cms_main() 597 secret_key = OPENSSL_hexstr2buf(opt_arg(), <mp); in cms_main() 598 if (secret_key == NULL) { in cms_main() 850 && secret_key == NULL && pwri_pass == NULL) { in cms_main() 856 if (*argv == NULL && secret_key == NULL in cms_main() 901 if (secret_key && !secret_keyid) { in cms_main() 1098 if (secret_key != NULL) { in cms_main() 1100 secret_key, secret_keylen, in cms_main() 1105 secret_key = NULL; in cms_main() [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | fw.c | 53 netdev_rss_key_fill(cmd.secret_key, sizeof(cmd.secret_key)); in iwl_mld_send_rss_cfg_cmd()
|
| /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 | 2464 m->secret_key[0][i] = sctp_select_initial_TSN(m); in sctp_inpcb_alloc() 2531 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key, in sctp_move_pcb_and_assoc() 2532 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 | 6159 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)], in sctp_send_initiate_ack()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rx.h | 916 __le32 secret_key[IWL_RSS_HASH_KEY_CNT]; member
|
| /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 | 1248 netdev_rss_key_fill(cmd.secret_key, sizeof(cmd.secret_key)); in iwl_dbgfs_indirection_tbl_write()
|
| /freebsd/crypto/openssh/ |
| H A D | libcrux_mlkem768_sha3.h | 1303 Eurydice_slice secret_key = uu____1.snd; in libcrux_ml_kem_types_unpack_private_key_b4() local 1305 secret_key, LIBCRUX_ML_KEM_CONSTANTS_H_DIGEST_SIZE, uint8_t, in libcrux_ml_kem_types_unpack_private_key_b4() 7139 Eurydice_slice secret_key, in libcrux_ml_kem_ind_cpa_deserialize_vector_1b() argument 7146 secret_key, in libcrux_ml_kem_ind_cpa_deserialize_vector_1b() 7993 libcrux_ml_kem_ind_cpa_unpacked_IndCpaPrivateKeyUnpacked_a0 *secret_key, in libcrux_ml_kem_ind_cpa_decrypt_unpacked_42() argument 8003 libcrux_ml_kem_matrix_compute_message_1b(&v, secret_key->secret_as_ntt, in libcrux_ml_kem_ind_cpa_decrypt_unpacked_42() 8021 Eurydice_slice secret_key, uint8_t *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_ind_cpa_decrypt_42() argument 8034 secret_key, secret_key_unpacked.secret_as_ntt); in libcrux_ml_kem_ind_cpa_decrypt_42()
|