Searched refs:lws_genhmac_init (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genhash.c | 104 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function 175 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
|
/third_party/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()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-genhash.h | 160 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type,
|
/third_party/libwebsockets/lib/cose/ |
D | cose_sign_alg.c | 110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_sign_alg_create()
|
D | cose_validate_alg.c | 110 if (lws_genhmac_init(&alg->u.hmacctx, ghm, ke->buf, ke->len)) in lws_cose_val_alg_create()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | lws-genhash.c | 253 lws_genhmac_init(struct lws_genhmac_ctx *ctx, enum lws_genhmac_types type, in lws_genhmac_init() function
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 156 if (lws_genhmac_init(&hmacctx, LWS_GENHMAC_TYPE_SHA256, in hmacsha256()
|
/third_party/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()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 549 if (lws_genhmac_init(&ctx, jose.alg->hmac_type, in lws_jws_sig_confirm()
|