Home
last modified time | relevance | path

Searched defs:key (Results 8076 - 8100 of 9257) sorted by relevance

1...<<321322323324325326327328329330>>...371

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1266 void si_get_inline_uniform_state(union si_shader_key *key, enum pipe_shader_type shader, in si_get_inline_uniform_state() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c48 const struct zink_descriptor_pool_key *key; member
64 struct zink_descriptor_state_key key; member
182 desc_state_hash(const void *key) in desc_state_hash() argument
387 hash_descriptor_layout(const void *key) in hash_descriptor_layout() argument
443 struct zink_descriptor_layout_key key = { zink_descriptor_util_layout_get() local
466 hash_descriptor_pool_key(const void *key) hash_descriptor_pool_key() argument
495 struct zink_descriptor_pool_key key; zink_descriptor_util_pool_key_get() local
707 populate_zds_key(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute, struct zink_descriptor_state_key *key, uint32_t push_usage) populate_zds_key() argument
738 populate_zds_key_compact(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute, struct zink_descriptor_state_key *key, uint32_t push_usage) populate_zds_key_compact() argument
815 struct zink_descriptor_state_key key; zink_descriptor_set_get() local
[all...]
H A Dzink_screen.c234 cache_key key; in cache_put_job() local
264 cache_key key; in cache_get_job() local
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h535 const char* key() const { in key() function in testing::TestProperty
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c72 gfx_pipeline_variant_key_hash(const void *key) in gfx_pipeline_variant_key_hash() argument
1769 dzn_graphics_pipeline_get_state(struct dzn_graphics_pipeline *pipeline, const struct dzn_graphics_pipeline_variant_key *key) dzn_graphics_pipeline_get_state() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c80 struct pan_blit_shader_key key; member
96 struct pan_blit_blend_shader_key key; member
112 struct pan_blit_rsd_key key; member
345 struct pan_blit_blend_shader_key key = { in pan_blitter_get_blend_shaders() local
409 pan_blitter_get_blit_shader(struct panfrost_device *dev, const struct pan_blit_shader_key *key) pan_blitter_get_blit_shader() argument
653 struct pan_blit_shader_key key = { 0 }; pan_blitter_get_key() local
1144 struct pan_blit_shader_key key = pan_blitter_get_key(&views); pan_preload_emit_dcd() local
1594 pan_blit_shader_key_hash(const void *key) pan_blit_shader_key_hash() argument
1604 pan_blit_blend_shader_key_hash(const void *key) pan_blit_blend_shader_key_hash() argument
1614 pan_blit_rsd_key_hash(const void *key) pan_blit_rsd_key_hash() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h301 struct vc4_job_key key; member
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h353 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs() argument
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c221 EVP_PKEY *key = NULL, *rkey = NULL; in ocsp_main() local
[all...]
H A Dpkcs12.c516 EVP_PKEY *key in pkcs12_main() local
[all...]
H A Dcms.c283 EVP_PKEY *key = NULL; cms_main() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c106 void *key = NULL; in der2key_decode_p8() local
184 void *key in der2key_decode() local
339 dh_d2i_PKCS8(void **key, const unsigned char **der, long der_len, struct der2key_ctx_st *ctx) dh_d2i_PKCS8() argument
350 dh_adjust(void *key, struct der2key_ctx_st *ctx) dh_adjust() argument
374 dsa_d2i_PKCS8(void **key, const unsigned char **der, long der_len, struct der2key_ctx_st *ctx) dsa_d2i_PKCS8() argument
385 dsa_adjust(void *key, struct der2key_ctx_st *ctx) dsa_adjust() argument
399 ec_d2i_PKCS8(void **key, const unsigned char **der, long der_len, struct der2key_ctx_st *ctx) ec_d2i_PKCS8() argument
409 ec_check(void *key, struct der2key_ctx_st *ctx) ec_check() argument
418 ec_adjust(void *key, struct der2key_ctx_st *ctx) ec_adjust() argument
428 ecx_d2i_PKCS8(void **key, const unsigned char **der, long der_len, struct der2key_ctx_st *ctx) ecx_d2i_PKCS8() argument
435 ecx_key_adjust(void *key, struct der2key_ctx_st *ctx) ecx_key_adjust() argument
486 sm2_d2i_PKCS8(void **key, const unsigned char **der, long der_len, struct der2key_ctx_st *ctx) sm2_d2i_PKCS8() argument
507 rsa_d2i_PKCS8(void **key, const unsigned char **der, long der_len, struct der2key_ctx_st *ctx) rsa_d2i_PKCS8() argument
517 rsa_check(void *key, struct der2key_ctx_st *ctx) rsa_check() argument
530 rsa_adjust(void *key, struct der2key_ctx_st *ctx) rsa_adjust() argument
[all...]
H A Dencode_key2any.c80 static PKCS8_PRIV_KEY_INFO *key_to_p8info(const void *key, int key_nid, in key_to_p8info() argument
125 static X509_SIG *key_to_encp8(const void *key, int key_nid, in key_to_encp8() argument
142 static X509_PUBKEY *key_to_pubkey(const void *key, int key_nid, in key_to_pubkey() argument
185 key_to_epki_der_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_epki_der_priv_bio() argument
213 key_to_epki_pem_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_epki_pem_priv_bio() argument
241 key_to_pki_der_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_pki_der_priv_bio() argument
273 key_to_pki_pem_priv_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_pki_pem_priv_bio() argument
305 key_to_spki_der_pub_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_spki_der_pub_bio() argument
331 key_to_spki_pem_pub_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_spki_pem_pub_bio() argument
371 key_to_type_specific_der_bio(BIO *out, const void *key, int key_nid, ossl_unused const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_der_bio() argument
395 key_to_type_specific_pem_bio_cb(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx, pem_password_cb *cb, void *cbarg) key_to_type_specific_pem_bio_cb() argument
407 key_to_type_specific_pem_priv_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_priv_bio() argument
418 key_to_type_specific_pem_pub_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_pub_bio() argument
429 key_to_type_specific_pem_param_bio(BIO *out, const void *key, int key_nid, const char *pemname, key_to_paramstring_fn *p2s, i2d_of_void *k2d, struct key2any_ctx_st *ctx) key_to_type_specific_pem_param_bio() argument
1046 key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, const void *key, int type, const char *pemname, check_key_type_fn *checker, key_to_der_fn *writer, OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, key_to_paramstring_fn *key2paramstring, i2d_of_void *key2der) key2any_encode() argument
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c529 HCRYPTKEY key; member
641 capi_get_pkey(ENGINE *eng, CAPI_KEY *key) capi_get_pkey() argument
800 CAPI_KEY *key; capi_load_privkey() local
1506 CAPI_KEY *key = OPENSSL_malloc(sizeof(*key)); capi_get_key() local
1554 CAPI_KEY *key = NULL; capi_get_cert_key() local
1571 CAPI_KEY *key = NULL; capi_find_key() local
1609 capi_free_key(CAPI_KEY *key) capi_free_key() argument
1728 CAPI_KEY *key; capi_load_ssl_client_cert() local
1851 CAPI_KEY *key; cert_select_dialog() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c109 int EVP_PKEY_set_ex_data(EVP_PKEY *key, int idx, void *arg) in EVP_PKEY_set_ex_data() argument
114 void *EVP_PKEY_get_ex_data(const EVP_PKEY *key, int idx) in EVP_PKEY_get_ex_data() argument
374 new_raw_key_int(OSSL_LIB_CTX *libctx, const char *strtype, const char *propq, int nidtype, ENGINE *e, const unsigned char *key, size_t len, int key_is_priv) new_raw_key_int() argument
522 unsigned char **key; global() member
750 EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) EVP_PKEY_assign() argument
860 EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) EVP_PKEY_set1_DSA() argument
[all...]
H A Dpmeth_lib.c1187 int EVP_PKEY_CTX_set_mac_key(EVP_PKEY_CTX *ctx, const unsigned char *key, in EVP_PKEY_CTX_set_mac_key() argument
1068 EVP_PKEY_CTX_set1_hkdf_key(EVP_PKEY_CTX *ctx, const unsigned char *key, int keylen) EVP_PKEY_CTX_set1_hkdf_key() argument
1795 EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth, int (*derive_init) (EVP_PKEY_CTX *ctx), int (*derive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)) EVP_PKEY_meth_set_derive() argument
1998 EVP_PKEY_meth_get_derive(const EVP_PKEY_METHOD *pmeth, int (**pderive_init) (EVP_PKEY_CTX *ctx), int (**pderive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)) EVP_PKEY_meth_get_derive() argument
[all...]
H A De_aes.c144 static int aesni_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in aesni_init_key() argument
223 aesni_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_gcm_init_key() argument
260 aesni_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_xts_init_key() argument
314 aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_ccm_init_key() argument
341 aesni_ocb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aesni_ocb_init_key() argument
447 aes_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_init_key() argument
546 aes_t4_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_gcm_init_key() argument
596 aes_t4_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_xts_init_key() argument
669 aes_t4_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_ccm_init_key() argument
695 aes_t4_ocb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_t4_ocb_init_key() argument
913 } key; global() member
965 s390x_aes_ecb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) s390x_aes_ecb_init_key() argument
989 s390x_aes_ofb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *ivec, int enc) s390x_aes_ofb_init_key() argument
1047 s390x_aes_cfb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *ivec, int enc) s390x_aes_cfb_init_key() argument
1116 s390x_aes_cfb8_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *ivec, int enc) s390x_aes_cfb8_init_key() argument
1518 s390x_aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) s390x_aes_gcm_init_key() argument
1924 s390x_aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) s390x_aes_ccm_init_key() argument
2307 aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_init_key() argument
2704 aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_gcm_init_key() argument
3120 aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_xts_init_key() argument
3375 aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_ccm_init_key() argument
3561 aes_wrap_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_wrap_init_key() argument
3799 aes_ocb_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) aes_ocb_init_key() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c151 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, in set_cert_key_stuff() argument
395 EVP_PKEY *key; ssl_print_tmp_key() local
865 EVP_PKEY *key; global() member
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_local.h134 unsigned char *key; member
224 unsigned char *key; member
[all...]
/third_party/libcoap/src/
H A Dcoap_net.c325 coap_context_set_psk(coap_context_t *ctx, const char *hint, const uint8_t *key, size_t key_len) coap_context_set_psk() argument
H A Dcoap_openssl.c3899 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) coap_crypto_hmac() argument
[all...]
H A Dcoap_mbedtls.c2793 uint8_t key[COAP_CRYPTO_MAX_KEY_SIZE]; /* buffer for normalizing the key global() local
2995 coap_crypto_hmac(cose_hmac_alg_t hmac_alg, coap_bin_const_t *key, coap_bin_const_t *data, coap_bin_const_t **hmac) global() argument
[all...]
/third_party/openssl/test/
H A Dectest.c2243 EC_KEY *key = NULL; in check_ec_key_field_public_range_test() local
[all...]
H A Dendecode_test.c537 static int test_unprotected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_DER() argument
559 static int test_unprotected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_PEM() argument
610 static int test_params_via_DER(const char *type, EVP_PKEY *key) in test_params_via_DER() argument
619 static int test_params_via_PEM(const char *type, EVP_PKEY *key) in test_params_via_PEM() argument
642 static int test_unprotected_via_legacy_PEM(const char *type, EVP_PKEY *key) in test_unprotected_via_legacy_PEM() argument
667 test_unprotected_via_MSBLOB(const char *type, EVP_PKEY *key) test_unprotected_via_MSBLOB() argument
688 test_unprotected_via_PVK(const char *type, EVP_PKEY *key) test_unprotected_via_PVK() argument
714 test_protected_via_DER(const char *type, EVP_PKEY *key, int fips) test_protected_via_DER() argument
737 test_protected_via_PEM(const char *type, EVP_PKEY *key, int fips) test_protected_via_PEM() argument
763 test_protected_via_legacy_PEM(const char *type, EVP_PKEY *key) test_protected_via_legacy_PEM() argument
778 test_protected_via_PVK(const char *type, EVP_PKEY *key) test_protected_via_PVK() argument
807 test_public_via_DER(const char *type, EVP_PKEY *key, int fips) test_public_via_DER() argument
829 test_public_via_PEM(const char *type, EVP_PKEY *key, int fips) test_public_via_PEM() argument
852 test_public_via_MSBLOB(const char *type, EVP_PKEY *key) test_public_via_MSBLOB() argument
[all...]
H A Dmodes_internal_test.c854 AES_KEY key; in test_gcm128() local

Completed in 79 milliseconds

1...<<321322323324325326327328329330>>...371