Searched defs:HMAC_CTX (Results 1 - 2 of 2) sorted by relevance
/external/openssl/crypto/hmac/ |
H A D | hmac.h | 83 } 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 D | hmac.h | 83 } 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...] |
Completed in 398 milliseconds