Searched refs:recv_key (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 822 if (authinfo->recv_key != NULL) 823 sctp_free_key(authinfo->recv_key); 1186 sctp_free_key(stcb->asoc.authinfo.recv_key); 1187 stcb->asoc.authinfo.recv_key = NULL; 1683 if ((stcb->asoc.authinfo.recv_key == NULL) || 1707 if (stcb->asoc.authinfo.recv_key != NULL) 1708 sctp_free_key(stcb->asoc.authinfo.recv_key); 1709 stcb->asoc.authinfo.recv_key = 1715 sctp_print_key(stcb->asoc.authinfo.recv_key, "Recv Key"); 1730 (void)sctp_compute_hmac_m(hmac_id, stcb->asoc.authinfo.recv_key,
|
D | sctp_auth.h | 96 sctp_key_t *recv_key; /* cached concatenated recv key */ member
|
D | sctputil.c | 1391 asoc->authinfo.recv_key = NULL; in sctp_init_asoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius.h | 284 const u8 *recv_key, size_t recv_key_len);
|
D | radius.c | 1190 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys() argument 1246 encrypt_ms_key(recv_key, recv_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius.h | 281 const u8 *recv_key, size_t recv_key_len);
|
D | radius.c | 1190 const u8 *recv_key, size_t recv_key_len) in radius_msg_add_mppe_keys() argument 1246 encrypt_ms_key(recv_key, recv_key_len, salt, req_authenticator, secret, in radius_msg_add_mppe_keys()
|