Searched refs:HMAC_Update (Results 1 – 10 of 10) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | hmac.pod | 5 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 D | mac.c | 122 HMAC_Update(&mac->evp_ctx, b, sizeof(b)); in mac_compute() 123 HMAC_Update(&mac->evp_ctx, data, datalen); in mac_compute()
|
| H A D | hostfile.c | 134 HMAC_Update(&mac_ctx, (u_char *) host, strlen(host)); in host_hash()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | t1_enc.c | 136 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 D | hmac.c | 124 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 D | hmac.h | 97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
|
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | p5_crpt2.c | 104 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 D | KMSAgentCryptoUtilities.cpp | 102 HMAC_Update( &stContext, i_pBufferToHMAC[i], i_pBufferToHMACSize[i] ); in HMACBuffers()
|
| /onnv-gate/usr/src/common/openssl/crypto/pkcs12/ |
| H A D | p12_mutl.c | 97 HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | speed.c | 1589 HMAC_Update(&hctx,buf,lengths[j]); in MAIN()
|