Home
last modified time | relevance | path

Searched defs:key (Results 3876 - 3900 of 5315) sorted by relevance

1...<<151152153154155156157158159160>>...213

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c314 static ossl_inline int dh_get_params(void *key, OSSL_PARAM params[]) in dh_get_params() argument
367 static int dh_set_params(void *key, const OSSL_PARAM params[]) in dh_set_params() argument
H A Ddsa_kmgmt.c312 static ossl_inline int dsa_get_params(void *key, OSSL_PARAM params[]) in dsa_get_params() argument
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c172 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key) in TS_RESP_CTX_set_signer_key() argument
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c179 static void afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, in afalg_waitfd_cleanup() argument
405 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key() argument
552 static int afalg_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in afalg_cipher_init() argument
H A De_ossltest.c380 EVP_PKEY *key; in load_key() local
690 ossltest_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) ossltest_aes128_init_key() argument
724 ossltest_aes128_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) ossltest_aes128_gcm_init_key() argument
785 EVP_AES_HMAC_SHA1 *key = data(ctx); ossltest_aes128_cbc_hmac_sha1_init_key() local
795 EVP_AES_HMAC_SHA1 *key = data(ctx); ossltest_aes128_cbc_hmac_sha1_cipher() local
858 EVP_AES_HMAC_SHA1 *key = data(ctx); ossltest_aes128_cbc_hmac_sha1_ctrl() local
[all...]
H A De_padlock.c617 padlock_aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in padlock_aes_init_key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument
434 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) EVP_CipherInit_ex2() argument
441 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit() argument
449 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit_ex() argument
481 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit() argument
487 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit_ex() argument
494 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_EncryptInit_ex2() argument
501 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit() argument
507 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit_ex() argument
514 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_DecryptInit_ex2() argument
1389 EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key) EVP_CIPHER_CTX_rand_key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c29 OSSL_PARAM *OSSL_PARAM_locate(OSSL_PARAM *p, const char *key) in OSSL_PARAM_locate() argument
38 const OSSL_PARAM *OSSL_PARAM_locate_const(const OSSL_PARAM *p, const char *key) in OSSL_PARAM_locate_const() argument
43 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() argument
245 OSSL_PARAM_construct_int(const char *key, int *buf) OSSL_PARAM_construct_int() argument
276 OSSL_PARAM_construct_uint(const char *key, unsigned int *buf) OSSL_PARAM_construct_uint() argument
308 OSSL_PARAM_construct_long(const char *key, long int *buf) OSSL_PARAM_construct_long() argument
339 OSSL_PARAM_construct_ulong(const char *key, unsigned long int *buf) OSSL_PARAM_construct_ulong() argument
463 OSSL_PARAM_construct_int32(const char *key, int32_t *buf) OSSL_PARAM_construct_int32() argument
589 OSSL_PARAM_construct_uint32(const char *key, uint32_t *buf) OSSL_PARAM_construct_uint32() argument
719 OSSL_PARAM_construct_int64(const char *key, int64_t *buf) OSSL_PARAM_construct_int64() argument
852 OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf) OSSL_PARAM_construct_uint64() argument
884 OSSL_PARAM_construct_size_t(const char *key, size_t *buf) OSSL_PARAM_construct_size_t() argument
916 OSSL_PARAM_construct_time_t(const char *key, time_t *buf) OSSL_PARAM_construct_time_t() argument
967 OSSL_PARAM_construct_BN(const char *key, unsigned char *buf, size_t bsize) OSSL_PARAM_construct_BN() argument
1091 OSSL_PARAM_construct_double(const char *key, double *buf) OSSL_PARAM_construct_double() argument
1212 OSSL_PARAM_construct_utf8_string(const char *key, char *buf, size_t bsize) OSSL_PARAM_construct_utf8_string() argument
1220 OSSL_PARAM_construct_octet_string(const char *key, void *buf, size_t bsize) OSSL_PARAM_construct_octet_string() argument
1277 OSSL_PARAM_construct_utf8_ptr(const char *key, char **buf, size_t bsize) OSSL_PARAM_construct_utf8_ptr() argument
1283 OSSL_PARAM_construct_octet_ptr(const char *key, void **buf, size_t bsize) OSSL_PARAM_construct_octet_ptr() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c322 unsigned char key[EVP_MAX_KEY_LENGTH]; in PEM_ASN1_write_bio() local
422 unsigned char key[EVP_MAX_KEY_LENGTH]; in PEM_do_header() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c293 unsigned char key[EVP_MAX_KEY_LENGTH]; in PKCS7_dataInit() local
108 pkcs7_encode_rinfo(PKCS7_RECIP_INFO *ri, unsigned char *key, int keylen) pkcs7_encode_rinfo() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c110 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() argument
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c134 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in enc_main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_sd.c1041 ASN1_INTEGER *key = NULL; in STACK_OF() local
H A Dcms_smime.c198 CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, const unsigned char *key, size_t keylen, BIO *dcont, BIO *out, unsigned int flags) CMS_EncryptedData_decrypt() argument
223 CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_EncryptedData_encrypt_ex() argument
252 CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags) CMS_EncryptedData_encrypt() argument
786 CMS_decrypt_set1_key(CMS_ContentInfo *cms, unsigned char *key, size_t keylen, const unsigned char *id, size_t idlen) CMS_decrypt_set1_key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c404 static int ec_key_public_range_check(BN_CTX *ctx, const EC_KEY *key) in ec_key_public_range_check() argument
598 EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y) EC_KEY_set_public_key_affine_coordinates() argument
656 ossl_ec_key_get_libctx(const EC_KEY *key) ossl_ec_key_get_libctx() argument
661 ossl_ec_key_get0_propq(const EC_KEY *key) ossl_ec_key_get0_propq() argument
666 ossl_ec_key_set0_libctx(EC_KEY *key, OSSL_LIB_CTX *libctx) ossl_ec_key_set0_libctx() argument
672 EC_KEY_get0_group(const EC_KEY *key) EC_KEY_get0_group() argument
677 EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) EC_KEY_set_group() argument
690 EC_KEY_get0_private_key(const EC_KEY *key) EC_KEY_get0_private_key() argument
695 EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) EC_KEY_set_private_key() argument
790 EC_KEY_get0_public_key(const EC_KEY *key) EC_KEY_get0_public_key() argument
795 EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) EC_KEY_set_public_key() argument
806 EC_KEY_get_enc_flags(const EC_KEY *key) EC_KEY_get_enc_flags() argument
811 EC_KEY_set_enc_flags(EC_KEY *key, unsigned int flags) EC_KEY_set_enc_flags() argument
816 EC_KEY_get_conv_form(const EC_KEY *key) EC_KEY_get_conv_form() argument
821 EC_KEY_set_conv_form(EC_KEY *key, point_conversion_form_t cform) EC_KEY_set_conv_form() argument
828 EC_KEY_set_asn1_flag(EC_KEY *key, int flag) EC_KEY_set_asn1_flag() argument
835 EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx) EC_KEY_precompute_mult() argument
843 EC_KEY_get_flags(const EC_KEY *key) EC_KEY_get_flags() argument
848 EC_KEY_set_flags(EC_KEY *key, int flags) EC_KEY_set_flags() argument
854 EC_KEY_clear_flags(EC_KEY *key, int flags) EC_KEY_clear_flags() argument
860 EC_KEY_decoded_from_explicit_params(const EC_KEY *key) EC_KEY_decoded_from_explicit_params() argument
867 EC_KEY_key2buf(const EC_KEY *key, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_KEY_key2buf() argument
875 EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len, BN_CTX *ctx) EC_KEY_oct2key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c201 unsigned char key[TEST_RC4_KEY_SIZE]; member
205 static int test_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in test_rc4_init_key() argument
422 EVP_PKEY *key; in openssl_load_privkey() local
561 ASN1_OCTET_STRING *key; ossl_hmac_ctrl() local
600 unsigned char *key; ossl_hmac_ctrl_str() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c264 unsigned char *key = NULL; in tls13_final_finish_mac() local
110 tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, unsigned char *key, size_t keylen) tls13_derive_key() argument
333 derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, const EVP_CIPHER *ciph, const unsigned char *insecret, const unsigned char *hash, const unsigned char *label, size_t labellen, unsigned char *secret, unsigned char *key, unsigned char *iv, EVP_CIPHER_CTX *ciph_ctx) derive_secret_key_and_iv() argument
629 unsigned char key[EVP_MAX_KEY_LENGTH]; tls13_change_cipher_state() local
965 unsigned char key[EVP_MAX_KEY_LENGTH]; tls13_update_key() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dthread.c843 int uv_key_create(uv_key_t* key) { in uv_key_create() argument
848 void uv_key_delete(uv_key_t* key) { in uv_key_delete() argument
854 void* uv_key_get(uv_key_t* key) { in uv_key_get() argument
859 void uv_key_set(uv_key_t* key, void* value) { in uv_key_set() argument
/third_party/openssl/test/
H A Dcmp_client_test.c266 EVP_PKEY *key = raverified /* wrong key */ ? server_key : client_key; in test_exec_KUR_ses() local
H A Dendecoder_legacy_test.c221 EVP_PKEY *key; member
507 struct key_st *key = NULL; in test_key() local
[all...]
H A Dthreadstest.c318 const unsigned char key[AES_BLOCK_SIZE] = { in thread_general_worker() local
/third_party/popt/src/
H A Dpopthelp.c33 displayArgs(poptContext con, UNUSED(enum poptCallbackReason foo), struct poptOption * key, UNUSED(const char * arg), UNUSED(void * data)) displayArgs() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs118 public void Add(TKey key, TValue value) in Add() argument
133 ContainsKey(TKey key) ContainsKey() argument
147 Remove(TKey key) Remove() argument
171 TryGetValue(TKey key, out TValue value) TryGetValue() argument
533 IDictionary.Add(object key, object value) IDictionary.Add() argument
538 IDictionary.Contains(object key) IDictionary.Contains() argument
552 IDictionary.Remove(object key) IDictionary.Remove() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-publish.c112 void *key; member
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c113 const char *key; in choose_remote_endpoint() local
127 const char *key; in choose_remote_endpoint_xq() local

Completed in 28 milliseconds

1...<<151152153154155156157158159160>>...213