Home
last modified time | relevance | path

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

/external/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,
/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c40 struct lws_genaes_ctx ctx; in test_genaes_cbc()
130 struct lws_genaes_ctx ctx; in test_genaes_cfb128()
217 struct lws_genaes_ctx ctx; in test_genaes_cfb8()
302 struct lws_genaes_ctx ctx; in test_genaes_ctr()
392 struct lws_genaes_ctx ctx; in test_genaes_ecb()
488 struct lws_genaes_ctx ctx; in test_genaes_ofb()
582 struct lws_genaes_ctx ctx; in test_genaes_xts()
675 struct lws_genaes_ctx ctx; in test_genaes_gcm()
/external/libwebsockets/lib/tls/openssl/
Dlws-genaes.c36 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op, in lws_genaes_create()
238 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, in lws_genaes_crypt()
/external/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()
/external/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c47 lws_genaes_create(struct lws_genaes_ctx *ctx, enum enum_aes_operation op, in lws_genaes_create()
130 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) in lws_genaes_destroy()
276 lws_genaes_crypt(struct lws_genaes_ctx *ctx, const uint8_t *in, size_t len, in lws_genaes_crypt()
/external/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()