Searched defs:HMAC_CTX (Results 1 - 3 of 3) sorted by relevance

/external/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 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
98 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
102 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
104 void HMAC_CTX_set_flags(HMAC_CTX *ct
[all...]
/external/openssl/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 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
95 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
97 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
98 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
102 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
104 void HMAC_CTX_set_flags(HMAC_CTX *ct
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h191 typedef struct hmac_ctx_st HMAC_CTX; typedef in typeref:struct:hmac_ctx_st

Completed in 339 milliseconds