Home
last modified time | relevance | path

Searched defs:params (Results 1226 - 1250 of 2971) sorted by relevance

1...<<41424344454647484950>>...119

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c260 static int aes_wrap_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in aes_wrap_set_ctx_params() argument
97 aes_wrap_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_wrap_init() argument
148 aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_einit() argument
155 aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_dinit() argument
[all...]
H A Dciphercommon.c41 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, in ossl_cipher_generic_get_params() argument
188 cipher_generic_init_internal(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) cipher_generic_init_internal() argument
228 ossl_cipher_generic_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_cipher_generic_einit() argument
236 ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_cipher_generic_dinit() argument
574 ossl_cipher_generic_get_ctx_params(void *vctx, OSSL_PARAM params[]) ossl_cipher_generic_get_ctx_params() argument
622 ossl_cipher_generic_set_ctx_params(void *vctx, const OSSL_PARAM params[]) ossl_cipher_generic_set_ctx_params() argument
[all...]
H A Dciphercommon_gcm.c143 int ossl_gcm_get_ctx_params(void *vctx, OSSL_PARAM params[]) in ossl_gcm_get_ctx_params() argument
48 gcm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) gcm_init() argument
81 ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_einit() argument
88 ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_dinit() argument
230 ossl_gcm_set_ctx_params(void *vctx, const OSSL_PARAM params[]) ossl_gcm_set_ctx_params() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha3_prov.c53 static int keccak_init(void *vctx, ossl_unused const OSSL_PARAM params[]) in keccak_init() argument
62 static int keccak_init_params(void *vctx, const OSSL_PARAM params[]) in keccak_init_params() argument
282 static int shake_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in shake_set_ctx_params() argument
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c190 OSSL_PARAM params[4]; in msblob2key_decode() local
H A Ddecode_pvk2key.c159 OSSL_PARAM params[4]; in pvk2key_decode() local
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c102 int ecdh_init(void *vpecdhctx, void *vecdh, const OSSL_PARAM params[]) in ecdh_init() argument
228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() argument
336 ecdh_get_ctx_params(void *vpecdhctx, OSSL_PARAM params[]) ecdh_get_ctx_params() argument
[all...]
H A Ddh_exch.c96 static int dh_init(void *vpdhctx, void *vdh, const OSSL_PARAM params[]) in dh_init() argument
309 static int dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) in dh_set_ctx_params() argument
445 dh_get_ctx_params(void *vpdhctx, OSSL_PARAM params[]) dh_get_ctx_params() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c134 static int krb5kdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in krb5kdf_set_ctx_params() argument
171 static int krb5kdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) in krb5kdf_get_ctx_params() argument
105 krb5kdf_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) krb5kdf_derive() argument
H A Dkbkdf.c279 static int kbkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kbkdf_set_ctx_params() argument
212 kbkdf_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kbkdf_derive() argument
363 kbkdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) kbkdf_get_ctx_params() argument
[all...]
H A Dpbkdf2.c113 OSSL_PARAM params[2] = { OSSL_PARAM_END, OSSL_PARAM_END }; in kdf_pbkdf2_init() local
169 static int kdf_pbkdf2_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pbkdf2_set_ctx_params() argument
144 kdf_pbkdf2_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kdf_pbkdf2_derive() argument
231 kdf_pbkdf2_get_ctx_params(void *vctx, OSSL_PARAM params[]) kdf_pbkdf2_get_ctx_params() argument
[all...]
H A Dsskdf.c163 OSSL_PARAM params[2]; in kmac_init() local
350 sskdf_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) sskdf_derive() argument
419 x963kdf_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) x963kdf_derive() argument
449 sskdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) sskdf_set_ctx_params() argument
513 sskdf_get_ctx_params(void *vctx, OSSL_PARAM params[]) sskdf_get_ctx_params() argument
[all...]
H A Dscrypt.c184 static int kdf_scrypt_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_scrypt_set_ctx_params() argument
152 kdf_scrypt_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kdf_scrypt_derive() argument
257 kdf_scrypt_get_ctx_params(void *vctx, OSSL_PARAM params[]) kdf_scrypt_get_ctx_params() argument
[all...]
H A Dtls1_prf.c167 static int kdf_tls1_prf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_tls1_prf_set_ctx_params() argument
136 kdf_tls1_prf_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kdf_tls1_prf_derive() argument
232 kdf_tls1_prf_get_ctx_params(void *vctx, OSSL_PARAM params[]) kdf_tls1_prf_get_ctx_params() argument
[all...]
H A Dpkcs12kdf.c224 static int kdf_pkcs12_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_pkcs12_set_ctx_params() argument
269 static int kdf_pkcs12_get_ctx_params(void *vctx, OSSL_PARAM params[]) in kdf_pkcs12_get_ctx_params() argument
200 kdf_pkcs12_derive(void *vctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kdf_pkcs12_derive() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c151 static int rsakem_get_ctx_params(void *vprsactx, OSSL_PARAM *params) in rsakem_get_ctx_params() argument
168 static int rsakem_set_ctx_params(void *vprsactx, const OSSL_PARAM params[]) in rsakem_set_ctx_params() argument
120 rsakem_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsakem_init() argument
139 rsakem_encapsulate_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[]) rsakem_encapsulate_init() argument
145 rsakem_decapsulate_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[]) rsakem_decapsulate_init() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c184 static int mac_key_fromdata(MAC_KEY *key, const OSSL_PARAM params[]) in mac_key_fromdata() argument
231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import() argument
244 key_to_params(MAC_KEY *key, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[]) key_to_params() argument
278 OSSL_PARAM *params = NULL; mac_export() local
332 mac_get_params(void *key, OSSL_PARAM params[]) mac_get_params() argument
357 mac_set_params(void *keydata, const OSSL_PARAM params[]) mac_set_params() argument
396 mac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) mac_gen_init() argument
408 cmac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) cmac_gen_init() argument
420 mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) mac_gen_set_params() argument
446 cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) cmac_gen_set_params() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dhmac_prov.c255 static int hmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[]) in hmac_get_ctx_params() argument
286 static int set_flag(const OSSL_PARAM params[], const char *key, int mask, in set_flag() argument
306 static int hmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[]) in hmac_set_ctx_params() argument
173 hmac_init(void *vmacctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]) hmac_init() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c317 static int drbg_hmac_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hmac_get_ctx_params() argument
356 static int drbg_hmac_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hmac_set_ctx_params() argument
143 drbg_hmac_instantiate_wrapper(void *vdrbg, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) drbg_hmac_instantiate_wrapper() argument
[all...]
H A Dseed_src.c141 static int seed_src_get_ctx_params(void *vseed, OSSL_PARAM params[]) in seed_src_get_ctx_params() argument
71 seed_src_instantiate(void *vseed, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, ossl_unused const OSSL_PARAM params[]) seed_src_instantiate() argument
H A Dtest_rng.c140 static int test_rng_get_ctx_params(void *vtest, OSSL_PARAM params[]) in test_rng_get_ctx_params() argument
171 static int test_rng_set_ctx_params(void *vtest, const OSSL_PARAM params[]) in test_rng_set_ctx_params() argument
77 test_rng_instantiate(void *vtest, unsigned int strength, int prediction_resistance, const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[]) test_rng_instantiate() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Dsm2_sig.c389 static int sm2sig_get_ctx_params(void *vpsm2ctx, OSSL_PARAM *params) in sm2sig_get_ctx_params() argument
133 sm2sig_signature_init(void *vpsm2ctx, void *ec, const OSSL_PARAM params[]) sm2sig_signature_init() argument
204 sm2sig_digest_signverify_init(void *vpsm2ctx, const char *mdname, void *ec, const OSSL_PARAM params[]) sm2sig_digest_signverify_init() argument
428 sm2sig_set_ctx_params(void *vpsm2ctx, const OSSL_PARAM params[]) sm2sig_set_ctx_params() argument
498 sm2sig_get_ctx_md_params(void *vpsm2ctx, OSSL_PARAM *params) sm2sig_get_ctx_md_params() argument
518 sm2sig_set_ctx_md_params(void *vpsm2ctx, const OSSL_PARAM params[]) sm2sig_set_ctx_md_params() argument
[all...]
H A Deddsa_sig.c305 static int eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) in eddsa_get_ctx_params() argument
86 eddsa_digest_signverify_init(void *vpeddsactx, const char *mdname, void *vedkey, ossl_unused const OSSL_PARAM params[]) eddsa_digest_signverify_init() argument
H A Dmac_legacy_sig.c210 static int mac_set_ctx_params(void *vpmacctx, const OSSL_PARAM params[]) in mac_set_ctx_params() argument
223 const OSSL_PARAM *params; in mac_settable_ctx_params() local
98 mac_digest_sign_init(void *vpmacctx, const char *mdname, void *vkey, const OSSL_PARAM params[]) mac_digest_sign_init() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_enc.c410 ssl3_digest_master_key_set_params(const SSL_SESSION *session, OSSL_PARAM params[]) ssl3_digest_master_key_set_params() argument

Completed in 16 milliseconds

1...<<41424344454647484950>>...119