Home
last modified time | relevance | path

Searched refs:hmac_truncated (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_crypto.h364 zrtp_status_t (*hmac_truncated)( zrtp_hash_t *self, member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_crypto_hash.c1582 hash_sha384->hmac_truncated = zrtp_hmac_truncated; in zrtp_defaults_hash()
1605 hash_sha256->hmac_truncated = zrtp_hmac_truncated; in zrtp_defaults_hash()
1629 hash_sha1->hmac_truncated = zrtp_hmac_truncated; in zrtp_defaults_hash()
H A Dzrtp_protocol.c41 session->hash->hmac_truncated( session->hash, in _attach_secret()
47 session->hash->hmac_truncated( session->hash, in _attach_secret()
88 stream->session->hash->hmac_truncated(stream->session->hash, in _attach_auxs_secret()
94 stream->session->hash->hmac_truncated(stream->session->hash, in _attach_auxs_secret()
H A Dzrtp_utils_proto.c470 session->hash->hmac_truncated( session->hash, in _zrtp_compute_preshared_key()