/third_party/libwebsockets/lib/tls/ |
H A D | private-jit-trust.h | 61 uint8_t kid[20]; member 90 lws_tls_kid_t kid[2]; /* SKID of the der if any */ member
|
H A D | tls-jit-trust.c | 28 lws_tls_kid_copy(union lws_tls_cert_info_results *ci, lws_tls_kid_t *kid) in lws_tls_kid_copy() argument 45 lws_tls_kid_copy_kid(lws_tls_kid_t *kid, const lws_tls_kid_t *src) lws_tls_kid_copy_kid() argument [all...] |
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 112 uint8_t *kid = NULL, ktmp[4096], set_temp[32 * 1024], temp[256]; in main() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | movenccenc.c | 348 static int mov_cenc_write_schi_tag(AVIOContext *pb, uint8_t* kid) in mov_cenc_write_schi_tag() argument 364 int ff_mov_cenc_write_sinf_tag(MOVTrack* track, AVIOContext *pb, uint8_t* kid) in ff_mov_cenc_write_sinf_tag() argument
|
/third_party/libwebsockets/lib/cose/ |
H A D | private-lib-cose.h | 69 struct lws_gencrypto_keyelem kid; member
|
H A D | cose_key.c | 768 lws_cose_key_from_set(lws_dll2_owner_t *set, const uint8_t *kid, size_t kl) in lws_cose_key_from_set() argument 787 lws_cose_key_generate(struct lws_context *context, cose_param_t cose_kty, int use_mask, int bits, const char *curve, const uint8_t *kid, size_t kl) lws_cose_key_generate() argument
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 94 uint8_t *ks, temp[256], *kid = NULL, ktmp[4096], sbuf[512]; in main() local
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 296 void dochild(int kid) in dochild() argument
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
H A D | sign.c | 467 lws_aws_filesystem_credentials_helper(const char *path, const char *kid, in lws_aws_filesystem_credentials_helper() argument
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 76 char *kid; member 209 jws_create_packet(struct lws_jwe *jwe, const char *payload, size_t len, const char *nonce, const char *url, const char *kid, char *out, size_t out_len, struct lws_context *context) jws_create_packet() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 1113 int kid = EVP_PKEY_id(key.get()); in GetEphemeralKey() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 592 struct wpabuf *kid = NULL; in dpp_parse_jws_prot_hdr() local 705 struct wpabuf *kid = NULL; in dpp_process_signed_connector() local [all...] |
H A D | dpp.c | 1350 dpp_build_jwk(struct wpabuf *buf, const char *name, struct crypto_ec_key *key, const char *kid, const struct dpp_curve_params *curve) dpp_build_jwk() argument 4324 dpp_configurator_find_kid(struct dpp_global *dpp, const u8 *kid) dpp_configurator_find_kid() argument [all...] |
H A D | dpp.h | 369 char *kid; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 254 char *kid; member
|
H A D | dpp.c | 5106 struct wpabuf *kid = NULL; in dpp_parse_jws_prot_hdr() local 4517 dpp_build_jwk(struct wpabuf *buf, const char *name, EVP_PKEY *key, const char *kid, const struct dpp_curve_params *curve) dpp_build_jwk() argument 5560 struct wpabuf *kid = NULL; dpp_process_signed_connector() local [all...] |