Searched defs:mbedtls_cipher_base_t (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | cipher_wrap.h | 30 struct mbedtls_cipher_base_t { struct 32 mbedtls_cipher_id_t cipher; 35 int (*ecb_func)(void *ctx, mbedtls_operation_t mode, 40 int (*cbc_func)(void *ctx, mbedtls_operation_t mode, size_t length, 47 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 54 int (*ofb_func)(void *ctx, size_t length, size_t *iv_off, 62 int (*ctr_func)(void *ctx, size_t length, size_t *nc_off, 69 int (*xts_func)(void *ctx, mbedtls_operation_t mode, size_t length, 76 int (*stream_func)(void *ctx, size_t length, 81 int (*setkey_enc_func)(void *ctx, const unsigned char *key, [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | cipher_wrap.h | 74 struct mbedtls_cipher_base_t { struct 76 mbedtls_cipher_id_t cipher; 79 int (*ecb_func)(void *ctx, mbedtls_operation_t mode, 84 int (*cbc_func)(void *ctx, mbedtls_operation_t mode, size_t length, 91 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off, 98 int (*ofb_func)(void *ctx, size_t length, size_t *iv_off, 106 int (*ctr_func)(void *ctx, size_t length, size_t *nc_off, 113 int (*xts_func)(void *ctx, mbedtls_operation_t mode, size_t length, 120 int (*stream_func)(void *ctx, size_t length, 125 int (*setkey_enc_func)(void *ctx, const unsigned char *key, [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | cipher.h | 244 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cipher.h | 244 typedef struct mbedtls_cipher_base_t mbedtls_cipher_base_t; typedef
|