Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dssl_cookie.c164 unsigned char hmac_out[COOKIE_MD_OUTLEN]; in ssl_cookie_hmac() local
171 mbedtls_md_hmac_finish(hmac_ctx, hmac_out) != 0) { in ssl_cookie_hmac()
175 memcpy(*p, hmac_out, COOKIE_HMAC_LEN); in ssl_cookie_hmac()
/third_party/lwip/src/apps/snmp/
H A Dsnmpv3_priv.h61 err_t snmpv3_auth(struct snmp_pbuf_stream *stream, u16_t length, const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out);
H A Dsnmpv3_mbedtls.c53 const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) in snmpv3_auth()
93 if (mbedtls_md_hmac_finish(&ctx, hmac_out) != 0) { in snmpv3_auth()
52 snmpv3_auth(struct snmp_pbuf_stream *stream, u16_t length, const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) snmpv3_auth() argument

Completed in 1 milliseconds