Searched refs:msg_index (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c190 int zero_index = 0, msg_index, mlen = -1; local
245 msg_index = zero_index + 1;
246 mlen = num - msg_index;
266 memcpy(to, em + msg_index, mlen);
H A Drsa_oaep.c123 int i, dblen, mlen = -1, one_index = 0, msg_index; local
221 msg_index = one_index + 1;
222 mlen = dblen - msg_index;
228 memcpy(to, db + msg_index, mlen);
/freebsd-11.0-release/usr.bin/gencat/
H A Dgencat.c488 int msg_index; local
546 msg_index = 0;
570 set_hdr->__index = htonl(msg_index);
571 msg_index += nmsgs;
/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1394 static HAL_BOOL ar9300_mci_is_gpm_valid(struct ath_hal *ah, u_int32_t msg_index) argument
1398 u_int32_t recv_type, offset = msg_index << 4;
1400 if (msg_index == HAL_MCI_GPM_INVALID) {

Completed in 106 milliseconds