Searched refs:HMAC_Update (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dhmac.h46 #define HMAC_Update hc_HMAC_Update macro
76 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
H A Dtest_hmac.c61 HMAC_Update(&c, buf, sizeof(buf));
H A Dhmac.c132 HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len) function
158 HMAC_Update(&ctx, data, data_size);
H A Dvalidate.c285 HMAC_Update(&c, buf, sizeof(buf));
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-hmac.h69 #define HMAC_Update ossl_HMAC_Update macro
98 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
H A Dossl-hmac.c154 HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len) function
183 HMAC_Update(&ctx, data, data_size);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_hmac.c182 static int HMAC_Update( function
251 serr = HMAC_Update(hmacCtx, data, dataLen);
327 HMAC_Update,
338 HMAC_Update,
349 HMAC_Update,
360 HMAC_Update,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_hmac.c182 static int HMAC_Update( function
251 serr = HMAC_Update(hmacCtx, data, dataLen);
327 HMAC_Update,
338 HMAC_Update,
349 HMAC_Update,
360 HMAC_Update,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_hmac.c182 static int HMAC_Update( function
251 serr = HMAC_Update(hmacCtx, data, dataLen);
327 HMAC_Update,
338 HMAC_Update,
349 HMAC_Update,
360 HMAC_Update,
/macosx-10.10/OpenSSL098-52/src/crypto/hmac/
H A Dhmac.h97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
H A Dhmac.c126 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) function
167 HMAC_Update(&c,d,n);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dhmac.h97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
/macosx-10.10/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmac.c133 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) function
177 HMAC_Update(&c,d,n);
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfips.c191 HMAC_Update(&c,p1,(size_t)p2-(size_t)p1);
196 HMAC_Update(&c,p3,(size_t)FIPS_signature-(size_t)p3);
199 HMAC_Update(&c,p3,(size_t)p4-(size_t)p3);
202 HMAC_Update(&c,p3,(size_t)p4-(size_t)p3);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dhmacmd5.c53 HMAC_Update(ctx, buf, (int) len);
H A Dhmacsha.c54 HMAC_Update(ctx, buf, (int) len);
85 HMAC_Update(ctx, buf, (int) len);
116 HMAC_Update(ctx, buf, (int) len);
147 HMAC_Update(ctx, buf, (int) len);
178 HMAC_Update(ctx, buf, (int) len);
/macosx-10.10/OpenSSH-189/openssh/
H A Dmac.c171 HMAC_Update(&mac->evp_ctx, b, sizeof(b));
172 HMAC_Update(&mac->evp_ctx, data, datalen);
H A Dhostfile.c141 HMAC_Update(&mac_ctx, host, strlen(host));
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dp5_crpt2.c104 HMAC_Update(&hctx, salt, saltlen);
105 HMAC_Update(&hctx, itmp, 4);
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_mutl.c97 HMAC_Update(&hmac, p12->authsafes->d.data->data,
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_enc.c143 HMAC_Update(&ctx,seed,seed_len);
150 HMAC_Update(&ctx,A1,A1_len);
151 HMAC_Update(&ctx_tmp,A1,A1_len);
152 HMAC_Update(&ctx,seed,seed_len);
761 HMAC_Update(&hmac,header,sizeof(header));
762 HMAC_Update(&hmac,rec->input,rec->length);
H A Ds3_cbc.c780 HMAC_Update(hctx, data,
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dpassdss.c195 HMAC_Update(&text->hmac_send_ctx, invec[i].iov_base, invec[i].iov_len);
929 HMAC_Update(&text->hmac_recv_ctx, clientin, clientinlen);
931 HMAC_Update(&text->hmac_recv_ctx, text->out_buf, *serveroutlen);
1029 HMAC_Update(&text->hmac_recv_ctx, clientin, 4);
1497 HMAC_Update(&text->hmac_send_ctx, text->out_buf, text->out_buf_len);
1499 HMAC_Update(&text->hmac_send_ctx, serverin, serverinlen - siglen - 4);
1523 HMAC_Update(&text->hmac_send_ctx, text->out_buf, 4);
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_hmac.c106 HMAC_Update(ctx, (unsigned char *)RSTRING_PTR(data), RSTRING_LEN(data));
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_hmac.c58 HMAC_Update(&ctx, msg, msglen);

Completed in 579 milliseconds

12