Searched refs:lws_genaes_ctx (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-genaes.h | 68 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/ |
D | lws-genaes.c | 44 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/ |
D | lws-genaes.c | 38 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/ |
D | aeskw.c | 40 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()
|
D | aesgcm.c | 57 struct lws_genaes_ctx aesctx; in lws_jwe_encrypt_gcm() 121 struct lws_genaes_ctx aesctx; in lws_jwe_auth_and_decrypt_gcm()
|
D | aescbc.c | 36 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/ |
D | lws-genaes.c | 49 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/ |
D | jwe-ecdh-es-aeskw.c | 292 struct lws_genaes_ctx aesctx; in lws_jwe_encrypt_ecdh() 540 struct lws_genaes_ctx aesctx; in lws_jwe_auth_and_decrypt_ecdh()
|