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

12

/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-hmac.h79 typedef struct ossl_HMAC_CTX HMAC_CTX; typedef in typeref:struct:ossl_HMAC_CTX
91 void HMAC_CTX_init(HMAC_CTX *);
92 void HMAC_CTX_cleanup(HMAC_CTX *ctx);
94 size_t HMAC_size(const HMAC_CTX *ctx);
96 void HMAC_Init(HMAC_CTX *, const void *, size_t, const EVP_MD *);
97 void HMAC_Init_ex(HMAC_CTX *, const void *, size_t, const EVP_MD *, ENGINE *);
98 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
99 void HMAC_Final(HMAC_CTX *ctx, void *md, unsigned int *len);
H A Dossl-hmac.c65 HMAC_CTX_init(HMAC_CTX *ctx)
72 HMAC_CTX_cleanup(HMAC_CTX *ctx)
81 HMAC_size(const HMAC_CTX *ctx)
88 HMAC_Init_ex(HMAC_CTX *ctx,
144 HMAC_Init(HMAC_CTX *ctx, const void *key, size_t keylen, const EVP_MD *md)
154 HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len)
161 HMAC_Final(HMAC_CTX *ctx, void *md, unsigned int *len)
179 HMAC_CTX ctx;
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dhmac.h56 typedef struct hc_HMAC_CTX HMAC_CTX; typedef in typeref:struct:hc_HMAC_CTX
69 void HMAC_CTX_init(HMAC_CTX *);
70 void HMAC_CTX_cleanup(HMAC_CTX *ctx);
72 size_t HMAC_size(const HMAC_CTX *ctx);
74 void HMAC_Init_ex(HMAC_CTX *, const void *, size_t,
76 void HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len);
77 void HMAC_Final(HMAC_CTX *ctx, void *md, unsigned int *len);
H A Dhmac.c41 HMAC_CTX_init(HMAC_CTX *ctx)
47 HMAC_CTX_cleanup(HMAC_CTX *ctx)
71 HMAC_size(const HMAC_CTX *ctx)
77 HMAC_Init_ex(HMAC_CTX *ctx,
132 HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len)
138 HMAC_Final(HMAC_CTX *ctx, void *md, unsigned int *len)
154 HMAC_CTX ctx;
H A Dtest_hmac.c54 HMAC_CTX c;
H A Dvalidate.c278 HMAC_CTX c;
/macosx-10.10.1/OpenSSL098-52/src/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);
103 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
H A Dhmac.c66 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
118 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
126 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
131 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
142 void HMAC_CTX_init(HMAC_CTX *ctx)
149 void HMAC_CTX_cleanup(HMAC_CTX *ctx)
161 HMAC_CTX c;
173 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags)
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
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);
103 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
/macosx-10.10.1/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmac.c66 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
125 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
133 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
138 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
152 void HMAC_CTX_init(HMAC_CTX *ctx)
159 void HMAC_CTX_cleanup(HMAC_CTX *ctx)
171 HMAC_CTX c;
183 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags)
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_hmac.c16 (obj) = Data_Make_Struct((klass), HMAC_CTX, 0, ossl_hmac_free, (ctx))
18 Data_Get_Struct((obj), HMAC_CTX, (ctx)); \
42 ossl_hmac_free(HMAC_CTX *ctx)
51 HMAC_CTX *ctx;
69 HMAC_CTX *ctx;
82 HMAC_CTX *ctx1, *ctx2;
102 HMAC_CTX *ctx;
112 hmac_final(HMAC_CTX *ctx, unsigned char **buf, unsigned int *buf_len)
114 HMAC_CTX final;
134 HMAC_CTX *ct
[all...]
H A Dopenssl_missing.h67 void HMAC_CTX_init(HMAC_CTX *ctx);
71 void HMAC_CTX_copy(HMAC_CTX *out, HMAC_CTX *in);
75 void HMAC_CTX_cleanup(HMAC_CTX *ctx);
H A Dopenssl_missing.c26 HMAC_CTX_copy(HMAC_CTX *out, HMAC_CTX *in)
29 memcpy(out, in, sizeof(HMAC_CTX));
95 HMAC_CTX_init(HMAC_CTX *ctx)
105 HMAC_CTX_cleanup(HMAC_CTX *ctx)
110 memset(ctx, 0, sizeof(HMAC_CTX));
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dhmacsha.h42 typedef HMAC_CTX isc_hmacsha1_t;
43 typedef HMAC_CTX isc_hmacsha224_t;
44 typedef HMAC_CTX isc_hmacsha256_t;
45 typedef HMAC_CTX isc_hmacsha384_t;
46 typedef HMAC_CTX isc_hmacsha512_t;
H A Dhmacmd5.h38 typedef HMAC_CTX isc_hmacmd5_t;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkex.h115 HMAC_CTX evp_ctx;
H A Dhostfile.c122 HMAC_CTX mac_ctx;
/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_mutl.c71 HMAC_CTX hmac;
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dp5_crpt2.c86 HMAC_CTX hctx;
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips.c179 HMAC_CTX c;
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dt1_enc.c130 HMAC_CTX ctx;
131 HMAC_CTX ctx_tmp;
694 HMAC_CTX hmac;
H A Ds3_cbc.c746 const EVP_CIPHER_CTX *cipher_ctx, const EVP_MD *hash, HMAC_CTX *hctx,
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ddgst.c472 HMAC_CTX hmac_ctx;
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_server.c292 EVP_CIPHER_CTX * ctx, HMAC_CTX * hctx, int create)
/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_hmac.c53 HMAC_CTX ctx;

Completed in 378 milliseconds

12