Home
last modified time | relevance | path

Searched defs:key (Results 6301 - 6325 of 9260) sorted by relevance

1...<<251252253254255256257258259260>>...371

/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
H A Dmodule-device-restore.c185 pa_datum key, data; in entry_write() local
210 pa_datum key, data; in entry_read() local
347 pa_datum key, data; perportentry_write() local
390 pa_datum key, data; perportentry_read() local
[all...]
/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
/third_party/pulseaudio/src/pulsecore/
H A Djson.c604 const char *key; in pa_json_object_equal() local
/third_party/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c110 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() argument
/third_party/openssl/crypto/cms/
H A Dcms_sd.c1049 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
253 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/openssl/apps/
H A Denc.c134 unsigned char key[EVP_MAX_KEY_LENGTH], iv[EVP_MAX_IV_LENGTH]; in enc_main() local
[all...]
H A Ddgst.c546 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *sig_name, const char *md_name, const char *file) do_fp() argument
[all...]
/third_party/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/openssl/crypto/
H A Dparams.c27 OSSL_PARAM *OSSL_PARAM_locate(OSSL_PARAM *p, const char *key) in OSSL_PARAM_locate() argument
36 const OSSL_PARAM *OSSL_PARAM_locate_const(const OSSL_PARAM *p, const char *key) in OSSL_PARAM_locate_const() argument
41 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() argument
243 OSSL_PARAM_construct_int(const char *key, int *buf) OSSL_PARAM_construct_int() argument
274 OSSL_PARAM_construct_uint(const char *key, unsigned int *buf) OSSL_PARAM_construct_uint() argument
306 OSSL_PARAM_construct_long(const char *key, long int *buf) OSSL_PARAM_construct_long() argument
337 OSSL_PARAM_construct_ulong(const char *key, unsigned long int *buf) OSSL_PARAM_construct_ulong() argument
457 OSSL_PARAM_construct_int32(const char *key, int32_t *buf) OSSL_PARAM_construct_int32() argument
579 OSSL_PARAM_construct_uint32(const char *key, uint32_t *buf) OSSL_PARAM_construct_uint32() argument
705 OSSL_PARAM_construct_int64(const char *key, int64_t *buf) OSSL_PARAM_construct_int64() argument
834 OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf) OSSL_PARAM_construct_uint64() argument
866 OSSL_PARAM_construct_size_t(const char *key, size_t *buf) OSSL_PARAM_construct_size_t() argument
898 OSSL_PARAM_construct_time_t(const char *key, time_t *buf) OSSL_PARAM_construct_time_t() argument
949 OSSL_PARAM_construct_BN(const char *key, unsigned char *buf, size_t bsize) OSSL_PARAM_construct_BN() argument
1072 OSSL_PARAM_construct_double(const char *key, double *buf) OSSL_PARAM_construct_double() argument
1192 OSSL_PARAM_construct_utf8_string(const char *key, char *buf, size_t bsize) OSSL_PARAM_construct_utf8_string() argument
1200 OSSL_PARAM_construct_octet_string(const char *key, void *buf, size_t bsize) OSSL_PARAM_construct_octet_string() argument
1257 OSSL_PARAM_construct_utf8_ptr(const char *key, char **buf, size_t bsize) OSSL_PARAM_construct_utf8_ptr() argument
1263 OSSL_PARAM_construct_octet_ptr(const char *key, void **buf, size_t bsize) OSSL_PARAM_construct_octet_ptr() argument
[all...]
/third_party/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/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/openssl/crypto/conf/
H A Dconf_def.c907 unsigned char key = (unsigned char)c; in is_keytype() local

Completed in 30 milliseconds

1...<<251252253254255256257258259260>>...371