Searched refs:old_ctx (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | tls_depr.c | 103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new() 104 if (ret->old_ctx == NULL) in ssl_hmac_old_new() 112 HMAC_CTX_free(ctx->old_ctx); in ssl_hmac_old_free() 117 return HMAC_Init_ex(ctx->old_ctx, key, len, EVP_get_digestbyname(md), NULL); in ssl_hmac_old_init() 122 return HMAC_Update(ctx->old_ctx, data, len); in ssl_hmac_old_update() 129 if (HMAC_Final(ctx->old_ctx, md, &l) > 0) { in ssl_hmac_old_final() 140 return HMAC_size(ctx->old_ctx); in ssl_hmac_old_size() 145 return ctx->old_ctx; in ssl_hmac_get0_HMAC_CTX()
|
H A D | t1_lib.c | 3466 if (ctx->old_ctx != NULL) in ssl_hmac_init() 3477 if (ctx->old_ctx != NULL) in ssl_hmac_update() 3489 if (ctx->old_ctx != NULL) in ssl_hmac_final() 3500 if (ctx->old_ctx != NULL) in ssl_hmac_size()
|
H A D | ssl_local.h | 797 HMAC_CTX *old_ctx; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac80211.c | 5353 vifs[0].old_ctx, true); in iwl_mvm_schedule_client_csa() 5354 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_schedule_client_csa() 5380 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) { in iwl_mvm_old_pre_chan_sw_sta() 5381 IWL_ERR(mvm, "failed to add old_ctx back after failure.\n"); in iwl_mvm_old_pre_chan_sw_sta() 5386 vifs[0].old_ctx, true)) { in iwl_mvm_old_pre_chan_sw_sta() 5387 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n"); in iwl_mvm_old_pre_chan_sw_sta() 5408 vifs[0].old_ctx, true); in iwl_mvm_old_pre_chan_sw_sta() 5422 vifs[0].old_ctx, true)) { in iwl_mvm_pre_channel_switch() 5423 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n"); in iwl_mvm_pre_channel_switch()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 874 struct ieee80211_chanctx_conf *old_ctx, *new_ctx; member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 5985 arg->vifs[arg->next_vif].old_ctx = ctx; in ath12k_mac_change_chanctx_fill_iter() 6012 vifs[i].old_ctx->def.chan->center_freq, in ath12k_mac_update_vif_chan() 6014 vifs[i].old_ctx->def.width, in ath12k_mac_update_vif_chan()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 8747 vifs[i].old_ctx->def.chan->center_freq, in ath10k_mac_update_vif_chan() 8749 vifs[i].old_ctx->def.width, in ath10k_mac_update_vif_chan() 8892 arg->vifs[arg->next_vif].old_ctx = ctx; in ath10k_mac_change_chanctx_fill_iter()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 7385 arg->vifs[arg->next_vif].old_ctx = ctx; in ath11k_mac_change_chanctx_fill_iter()
|