Searched refs:hmac_length (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.c407 kt->hmac_length);
450 kt->hmac_length = md_kt_size (kt->digest);
486 if (kt->digest && kt->hmac_length > 0)
489 hmac_ctx_init (ctx->hmac, key->hmac, kt->hmac_length, kt->digest);
496 format_hex (key->hmac, kt->hmac_length, 0, &gc));
642 if (kt->digest && kt->hmac_length > 0 && kt->hmac_length <= hmac_len)
643 hmac_len = kt->hmac_length;
675 format_hex (k->keys[0].hmac, kt->hmac_length, 0, &gc));
681 format_hex (k->keys[1].hmac, kt->hmac_length,
1268 uint8_t hmac_length; local
[all...]
H A Dcrypto.h49 uint8_t hmac_length; /**< HMAC length, in bytes */ member in struct:key_type
H A Dopenvpn.h576 (c->options.tls_auth_file ? c->c1.ks.key_type.hmac_length : 0), \

Completed in 33 milliseconds