Searched refs:hmac_md5 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dhmacmd5.c29 the rfc 2104 version of hmac_md5 initialisation.
66 the microsoft version of hmac_md5 initialisation.
96 update hmac_md5 "inner" buffer
105 finish off hmac_md5 "inner" buffer and generate outer one.
125 void hmac_md5( unsigned char key[16], unsigned char *data, int data_len, unsigned char *digest) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c161 struct crypto_hash *hmac_md5; local
181 hmac_md5 = crypto_alloc_hash(kctx->gk5e->cksum_name, 0,
183 if (IS_ERR(hmac_md5)) {
211 desc.tfm = hmac_md5;
217 err = crypto_hash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength);
231 crypto_free_hash(hmac_md5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_prs.c1561 hmac_md5(a->sess_key, whole_packet_digest, sizeof(whole_packet_digest), digest_final);
1584 hmac_md5(sess_kf0, zeros, 0x4, digest2);
1588 hmac_md5(digest2, verf->seq_num, sizeof(verf->seq_num), sealing_key);
1603 hmac_md5(a->sess_key, zeros, sizeof(zeros), digest1);
1606 hmac_md5(digest1, verf->packet_digest, 8, sequence_key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dntlmssp.c832 hmac_md5(user_session_key.data, session_nonce,
1153 hmac_md5(user_session_key, session_nonce, sizeof(session_nonce), session_key.data);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcftoken.l294 hmac_md5 { YYD; yylval.num = algtype_hmac_md5; return(ALGORITHMTYPE); }

Completed in 105 milliseconds