Home
last modified time | relevance | path

Searched refs:lws_genaes_ctx (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-genaes.h68 struct lws_genaes_ctx { struct
109 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op,
126 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen);
164 lws_genaes_crypt(struct lws_genaes_ctx *ctx, const uint8_t *in, size_t len,
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c44 struct lws_genaes_ctx ctx; in test_genaes_cbc()
137 struct lws_genaes_ctx ctx; in test_genaes_cfb128()
228 struct lws_genaes_ctx ctx; in test_genaes_cfb8()
316 struct lws_genaes_ctx ctx; in test_genaes_ctr()
409 struct lws_genaes_ctx ctx; in test_genaes_ecb()
504 struct lws_genaes_ctx ctx; in test_genaes_ofb()
598 struct lws_genaes_ctx ctx; in test_genaes_xts()
691 struct lws_genaes_ctx ctx; in test_genaes_gcm()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c38 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op, in lws_genaes_create()
264 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) in lws_genaes_destroy()
316 lws_genaes_crypt(struct lws_genaes_ctx *ctx, in lws_genaes_crypt()
/third_party/libwebsockets/lib/jose/jwe/enc/
Daeskw.c40 struct lws_genaes_ctx aesctx; in lws_jwe_encrypt_aeskw_cbc_hs()
120 struct lws_genaes_ctx aesctx; in lws_jwe_auth_and_decrypt_aeskw_cbc_hs()
Daesgcm.c57 struct lws_genaes_ctx aesctx; in lws_jwe_encrypt_gcm()
121 struct lws_genaes_ctx aesctx; in lws_jwe_auth_and_decrypt_gcm()
Daescbc.c36 struct lws_genaes_ctx aesctx; in lws_jwe_encrypt_cbc_hs()
169 struct lws_genaes_ctx aesctx; in lws_jwe_auth_and_decrypt_cbc_hs()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c49 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op, in lws_genaes_create()
132 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) in lws_genaes_destroy()
290 lws_genaes_crypt(struct lws_genaes_ctx *ctx, const uint8_t *in, size_t len, in lws_genaes_crypt()
/third_party/libwebsockets/lib/jose/jwe/
Djwe-ecdh-es-aeskw.c292 struct lws_genaes_ctx aesctx; in lws_jwe_encrypt_ecdh()
540 struct lws_genaes_ctx aesctx; in lws_jwe_auth_and_decrypt_ecdh()