Home
last modified time | relevance | path

Searched refs:mbedtls_md_context_t (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dmd.h91 typedef struct mbedtls_md_context_t struct
101 } mbedtls_md_context_t; argument
144 void mbedtls_md_init( mbedtls_md_context_t *ctx );
159 void mbedtls_md_free( mbedtls_md_context_t *ctx );
185 int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info ) MBEDTLS_DEPR…
208 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
229 int mbedtls_md_clone( mbedtls_md_context_t *dst,
230 const mbedtls_md_context_t *src );
278 int mbedtls_md_starts( mbedtls_md_context_t *ctx );
296 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
[all …]
H A Dssl_cookie.h61 mbedtls_md_context_t hmac_ctx; /*!< context for the HMAC portion */
H A Dpkcs5.h89 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password,
H A Dhmac_drbg.h91 mbedtls_md_context_t md_ctx; /*!< HMAC context (inc. K) */
H A Dssl_internal.h645 mbedtls_md_context_t md_ctx_enc; /*!< MAC (encryption) */
646 mbedtls_md_context_t md_ctx_dec; /*!< MAC (decryption) */
H A Dcompat-1.3.h2019 #define md_context_t mbedtls_md_context_t
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dmd.h91 typedef struct mbedtls_md_context_t struct
101 } mbedtls_md_context_t; argument
144 void mbedtls_md_init( mbedtls_md_context_t *ctx );
159 void mbedtls_md_free( mbedtls_md_context_t *ctx );
185 int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info ) MBEDTLS_DEPR…
208 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
229 int mbedtls_md_clone( mbedtls_md_context_t *dst,
230 const mbedtls_md_context_t *src );
278 int mbedtls_md_starts( mbedtls_md_context_t *ctx );
296 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
[all …]
H A Dssl_cookie.h61 mbedtls_md_context_t hmac_ctx; /*!< context for the HMAC portion */
H A Dpkcs5.h89 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password,
H A Dhmac_drbg.h91 mbedtls_md_context_t md_ctx; /*!< HMAC context (inc. K) */
H A Dssl_internal.h645 mbedtls_md_context_t md_ctx_enc; /*!< MAC (encryption) */
646 mbedtls_md_context_t md_ctx_dec; /*!< MAC (decryption) */
H A Dcompat-1.3.h2019 #define md_context_t mbedtls_md_context_t
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dmd.h91 typedef struct mbedtls_md_context_t struct
101 } mbedtls_md_context_t; argument
144 void mbedtls_md_init( mbedtls_md_context_t *ctx );
159 void mbedtls_md_free( mbedtls_md_context_t *ctx );
185 int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info ) MBEDTLS_DEPR…
208 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
229 int mbedtls_md_clone( mbedtls_md_context_t *dst,
230 const mbedtls_md_context_t *src );
278 int mbedtls_md_starts( mbedtls_md_context_t *ctx );
296 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
[all …]
H A Dssl_cookie.h61 mbedtls_md_context_t hmac_ctx; /*!< context for the HMAC portion */
H A Dpkcs5.h89 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password,
H A Dhmac_drbg.h91 mbedtls_md_context_t md_ctx; /*!< HMAC context (inc. K) */
H A Dssl_internal.h645 mbedtls_md_context_t md_ctx_enc; /*!< MAC (encryption) */
646 mbedtls_md_context_t md_ctx_dec; /*!< MAC (decryption) */
H A Dcompat-1.3.h2019 #define md_context_t mbedtls_md_context_t
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dmd.h91 typedef struct mbedtls_md_context_t struct
101 } mbedtls_md_context_t; argument
144 void mbedtls_md_init( mbedtls_md_context_t *ctx );
159 void mbedtls_md_free( mbedtls_md_context_t *ctx );
185 int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info ) MBEDTLS_DEPR…
208 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
229 int mbedtls_md_clone( mbedtls_md_context_t *dst,
230 const mbedtls_md_context_t *src );
278 int mbedtls_md_starts( mbedtls_md_context_t *ctx );
296 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
[all …]
H A Dssl_cookie.h61 mbedtls_md_context_t hmac_ctx; /*!< context for the HMAC portion */
H A Dpkcs5.h89 int mbedtls_pkcs5_pbkdf2_hmac( mbedtls_md_context_t *ctx, const unsigned char *password,
H A Dhmac_drbg.h91 mbedtls_md_context_t md_ctx; /*!< HMAC context (inc. K) */
H A Dssl_internal.h645 mbedtls_md_context_t md_ctx_enc; /*!< MAC (encryption) */
646 mbedtls_md_context_t md_ctx_dec; /*!< MAC (decryption) */
H A Dcompat-1.3.h2019 #define md_context_t mbedtls_md_context_t
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dmd.h75 } mbedtls_md_context_t; typedef
112 void mbedtls_md_init( mbedtls_md_context_t *ctx );
119 void mbedtls_md_free( mbedtls_md_context_t *ctx );
141 int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info ) MBEDTLS_DEPR…
159 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
175 int mbedtls_md_clone( mbedtls_md_context_t *dst,
176 const mbedtls_md_context_t *src );
215 int mbedtls_md_starts( mbedtls_md_context_t *ctx );
229 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
242 int mbedtls_md_finish( mbedtls_md_context_t *ctx, unsigned char *output );
[all …]