Searched refs:HMAC_CTX (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/hmac/
H A Dhmac.h83 } HMAC_CTX; typedef in typeref:struct:hmac_ctx_st
88 void HMAC_CTX_init(HMAC_CTX *ctx);
89 void HMAC_CTX_cleanup(HMAC_CTX *ctx);
93 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
95 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
98 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
H A Dhmac.c64 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
116 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
124 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
129 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
143 void HMAC_CTX_init(HMAC_CTX *ctx)
150 void HMAC_CTX_cleanup(HMAC_CTX *ctx)
162 HMAC_CTX c;
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentCryptoUtilities.cpp93 HMAC_CTX stContext;
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dkex.h117 HMAC_CTX evp_ctx;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_mutl.c71 HMAC_CTX hmac;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c115 HMAC_CTX mac_ctx;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dp5_crpt2.c86 HMAC_CTX hctx;
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dt1_enc.c125 HMAC_CTX ctx;
126 HMAC_CTX ctx_tmp;
711 HMAC_CTX hmac;
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dspeed.c1576 HMAC_CTX hctx;

Completed in 167 milliseconds