Searched refs:LWS_GENCRYPTO_EC_KEYEL_Y (Results 1 – 9 of 9) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
D | keys.c | 729 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key1_y) || in test_cose_keys() 732 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key1_y, sizeof(key1_y)) || in test_cose_keys() 761 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key2_y) || in test_cose_keys() 764 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key2_y, sizeof(key2_y)) || in test_cose_keys() 803 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key4_y) || in test_cose_keys() 806 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key4_y, sizeof(key4_y)) || in test_cose_keys() 839 ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != sizeof(key6_y) || in test_cose_keys() 842 memcmp(ck->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf, key6_y, sizeof(key6_y)) || in test_cose_keys()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-x509.c | 557 mpi[LWS_GENCRYPTO_EC_KEYEL_Y] = BN_new(); /* Y */ in lws_x509_public_to_jwk() 565 mpi[LWS_GENCRYPTO_EC_KEYEL_Y], in lws_x509_public_to_jwk() 568 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk() 621 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk() 630 BN_clear_free(mpi[LWS_GENCRYPTO_EC_KEYEL_Y]); in lws_x509_public_to_jwk() 710 if (jwk->e[LWS_GENCRYPTO_EC_KEYEL_Y].len != (uint32_t)n) { in lws_x509_jwk_privkey_pem()
|
D | lws-genec.c | 146 bn_y = BN_bin2bn(el[LWS_GENCRYPTO_EC_KEYEL_Y].buf, in lws_genec_eckey_import() 147 (int)el[LWS_GENCRYPTO_EC_KEYEL_Y].len, NULL); in lws_genec_eckey_import() 239 el[LWS_GENCRYPTO_EC_KEYEL_Y].len != curve->key_bytes) in lws_genec_keypair_import()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-gencrypto.h | 77 LWS_GENCRYPTO_EC_KEYEL_Y, enumerator
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | lws-genec.c | 84 el[LWS_GENCRYPTO_EC_KEYEL_Y].len != curve->key_bytes) in lws_genec_keypair_import() 110 el[LWS_GENCRYPTO_EC_KEYEL_Y].buf, in lws_genec_keypair_import() 111 el[LWS_GENCRYPTO_EC_KEYEL_Y].len)) in lws_genec_keypair_import()
|
D | mbedtls-x509.c | 415 mpi[LWS_GENCRYPTO_EC_KEYEL_Y] = &ecpctx->MBEDTLS_PRIVATE(Q).MBEDTLS_PRIVATE(Y); in lws_x509_public_to_jwk()
|
/third_party/libwebsockets/lib/jose/jwk/ |
D | jose_key.c | 88 F_EC | F_B64U | F_M | LWS_GENCRYPTO_EC_KEYEL_Y, 112 { "y", LWS_GENCRYPTO_EC_KEYEL_Y, 0 }
|
/third_party/libwebsockets/lib/cose/ |
D | cose_key.c | 523 LWS_GENCRYPTO_EC_KEYEL_Y; in cb_cose_key() 1000 (1 << LWS_GENCRYPTO_EC_KEYEL_Y); in lws_cose_key_export()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 828 !jws->jwk->e[LWS_GENCRYPTO_EC_KEYEL_Y].buf || in lws_jws_sign_from_b64()
|