Searched defs:CMAC_CTX (Results 1 - 2 of 2) sorted by last modified time

/external/openssl/crypto/cmac/
H A Dcmac.h65 typedef struct CMAC_CTX_st CMAC_CTX; typedef in typeref:struct:CMAC_CTX_st
67 CMAC_CTX *CMAC_CTX_new(void);
68 void CMAC_CTX_cleanup(CMAC_CTX *ctx);
69 void CMAC_CTX_free(CMAC_CTX *ctx);
70 EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
71 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
73 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
75 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
76 int CMAC_Final(CMAC_CTX *ct
[all...]
/external/openssl/include/openssl/
H A Dcmac.h65 typedef struct CMAC_CTX_st CMAC_CTX; typedef in typeref:struct:CMAC_CTX_st
67 CMAC_CTX *CMAC_CTX_new(void);
68 void CMAC_CTX_cleanup(CMAC_CTX *ctx);
69 void CMAC_CTX_free(CMAC_CTX *ctx);
70 EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
71 int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in);
73 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
75 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
76 int CMAC_Final(CMAC_CTX *ct
[all...]

Completed in 1040 milliseconds