Home
last modified time | relevance | path

Searched refs:HMAC_Update (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dhmac.pod5 HMAC, HMAC_Init, HMAC_Update, HMAC_Final, HMAC_cleanup - HMAC message
22 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, int len);
73 HMAC_Update() can be called repeatedly with chunks of the message to
83 HMAC_CTX_init(), HMAC_Init_ex(), HMAC_Update(), HMAC_Final() and
96 HMAC(), HMAC_Init(), HMAC_Update(), HMAC_Final() and HMAC_cleanup()
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dmac.c122 HMAC_Update(&mac->evp_ctx, b, sizeof(b)); in mac_compute()
123 HMAC_Update(&mac->evp_ctx, data, datalen); in mac_compute()
H A Dhostfile.c134 HMAC_Update(&mac_ctx, (u_char *) host, strlen(host)); in host_hash()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dt1_enc.c136 HMAC_Update(&ctx,seed,seed_len); in tls1_P_hash()
144 HMAC_Update(&ctx,A1,A1_len); in tls1_P_hash()
145 HMAC_Update(&ctx_tmp,A1,A1_len); in tls1_P_hash()
146 HMAC_Update(&ctx,seed,seed_len); in tls1_P_hash()
756 HMAC_Update(&hmac,dtlsseq,8); in tls1_mac()
759 HMAC_Update(&hmac,seq,8); in tls1_mac()
761 HMAC_Update(&hmac,buf,5); in tls1_mac()
762 HMAC_Update(&hmac,rec->input,rec->length); in tls1_mac()
/onnv-gate/usr/src/common/openssl/crypto/hmac/
H A Dhmac.c124 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() function
168 HMAC_Update(&c,d,n); in HMAC()
H A Dhmac.h97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Dp5_crpt2.c104 HMAC_Update(&hctx, salt, saltlen); in PKCS5_PBKDF2_HMAC_SHA1()
105 HMAC_Update(&hctx, itmp, 4); in PKCS5_PBKDF2_HMAC_SHA1()
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentCryptoUtilities.cpp102 HMAC_Update( &stContext, i_pBufferToHMAC[i], i_pBufferToHMACSize[i] ); in HMACBuffers()
/onnv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_mutl.c97 HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()
/onnv-gate/usr/src/common/openssl/apps/
H A Dspeed.c1589 HMAC_Update(&hctx,buf,lengths[j]); in MAIN()