Searched refs:lws_genhmac_init (Results 1 – 6 of 6) sorted by relevance
/external/libwebsockets/lib/jose/jwe/enc/ |
D | aescbc.c | 119 if (lws_genhmac_init(&hmacctx, jwe->jose.enc_alg->hmac_type, in lws_jwe_encrypt_cbc_hs() 203 if (lws_genhmac_init(&hmacctx, jwe->jose.enc_alg->hmac_type, enc_cek, in lws_jwe_auth_and_decrypt_cbc_hs()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-genhash.h | 151 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type,
|
/external/libwebsockets/lib/tls/openssl/ |
D | lws-genhash.c | 98 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | lws-genhash.c | 126 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
|
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | jws.c | 179 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in test_jws_HS256()
|
/external/libwebsockets/lib/jose/jws/ |
D | jws.c | 549 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in lws_jws_sig_confirm()
|