HomeSort by relevance Sort by last modified time
    Searched refs:sctp_hmac (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h 170 extern uint32_t sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
sctp_auth.c 960 sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, function
1121 if (sctp_hmac(hmac_algo, key, keylen, text, textlen, temp) != len)
1165 return (sctp_hmac(hmac_algo, key->key, key->keylen, text, textlen,
    [all...]
sctputil.c 883 (void)sctp_hmac(SCTP_HMAC, (uint8_t *)m->random_numbers,
    [all...]

Completed in 35 milliseconds