Home
last modified time | relevance | path

Searched defs:getAuthLen (Results 1 – 2 of 2) sorted by relevance

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZrtpPacketCommit.h77 uint8_t* getAuthLen() { return commitHeader->authlengths; }; in getAuthLen() function
H A DZrtpPacketHello.h128 uint8_t* getAuthLen(int32_t n) { return ((uint8_t*)helloHeader)+oAuth+(n*ZRTP_WORD_SIZE); } in getAuthLen() function