Searched refs:hmac_ctx_t (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_backend.h457 void hmac_ctx_init (hmac_ctx_t *ctx, const uint8_t *key, int key_length,
465 void hmac_ctx_cleanup(hmac_ctx_t *ctx);
474 int hmac_ctx_size (const hmac_ctx_t *ctx);
481 void hmac_ctx_reset (hmac_ctx_t *ctx);
490 void hmac_ctx_update (hmac_ctx_t *ctx, const uint8_t *src, int src_len);
498 void hmac_ctx_final (hmac_ctx_t *ctx, uint8_t *dst);
H A Dcrypto_openssl.h50 typedef HMAC_CTX hmac_ctx_t; typedef
H A Dcrypto_polarssl.h50 typedef md_context_t hmac_ctx_t; typedef
H A Dcrypto.h74 hmac_ctx_t *hmac; /**< Generic HMAC %context. */
H A Dntlm.c90 hmac_ctx_t hmac_ctx;
H A Dcrypto.c488 ALLOC_OBJ(ctx->hmac, hmac_ctx_t);
H A Dssl.c1326 hmac_ctx_t ctx;
1327 hmac_ctx_t ctx_tmp;

Completed in 71 milliseconds