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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dhmac.c28 struct hmac_ctx { struct
37 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm) function
52 struct hmac_ctx *ctx = align_ptr(opad + ss,
104 struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm);
165 struct hmac_ctx *ctx = hmac_ctx(parent);
180 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dntlm.c90 hmac_ctx_t hmac_ctx; local
91 CLEAR(hmac_ctx);
93 hmac_ctx_init(&hmac_ctx, key, key_len, md5_kt);
94 hmac_ctx_update(&hmac_ctx, (const unsigned char *)data, data_len);
95 hmac_ctx_final(&hmac_ctx, (unsigned char *)result);
96 hmac_ctx_cleanup(&hmac_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddgst.c427 HMAC_CTX hmac_ctx; local
434 HMAC_CTX_init(&hmac_ctx);
435 HMAC_Init_ex(&hmac_ctx,hmac_key,strlen(hmac_key),md, NULL);
437 BIO_set_md_ctx(bmd,&hmac_ctx.md_ctx);
483 HMAC_Final(&hmac_ctx,buf,&len);
484 HMAC_CTX_cleanup(&hmac_ctx);

Completed in 114 milliseconds