| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| H A D | MacroExpander.cpp | 419 const Macro::Parameters ¶ms = macro.parameters; in collectMacroArgs() local
|
| /third_party/openssl/providers/implementations/macs/ |
| H A D | hmac_prov.c | 255 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/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_wrp.c | 240 static int aes_wrap_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in aes_wrap_set_ctx_params() argument 77 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 128 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 135 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 D | ciphercommon.c | 41 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, in ossl_cipher_generic_get_params() argument 185 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 224 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 232 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 543 ossl_cipher_generic_get_ctx_params(void *vctx, OSSL_PARAM params[]) ossl_cipher_generic_get_ctx_params() argument 591 ossl_cipher_generic_set_ctx_params(void *vctx, const OSSL_PARAM params[]) ossl_cipher_generic_set_ctx_params() argument [all...] |
| H A D | ciphercommon_gcm.c | 143 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/openssl/providers/implementations/keymgmt/ |
| H A D | mac_legacy_kmgmt.c | 184 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 329 mac_get_params(void *key, OSSL_PARAM params[]) mac_get_params() argument 354 mac_set_params(void *keydata, const OSSL_PARAM params[]) mac_set_params() argument 393 mac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) mac_gen_init() argument 405 cmac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) cmac_gen_init() argument 417 mac_gen_set_params(void *genctx, const OSSL_PARAM params[]) mac_gen_set_params() argument 443 cmac_gen_set_params(void *genctx, const OSSL_PARAM params[]) cmac_gen_set_params() argument [all...] |
| /third_party/openssl/providers/implementations/kem/ |
| H A D | rsa_kem.c | 151 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/openssl/crypto/store/ |
| H A D | store_local.h | 36 EVP_PKEY *params; /* when type == OSSL_STORE_INFO_PARAMS */ member
|
| /third_party/openssl/providers/implementations/digests/ |
| H A D | sha3_prov.c | 53 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/openssl/providers/implementations/kdfs/ |
| H A D | krb5kdf.c | 134 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 D | kbkdf.c | 279 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 D | pbkdf2.c | 113 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 D | sskdf.c | 163 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 D | scrypt.c | 184 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 D | tls1_prf.c | 167 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 D | pkcs12kdf.c | 224 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/openssl/providers/implementations/signature/ |
| H A D | sm2_sig.c | 380 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 419 sm2sig_set_ctx_params(void *vpsm2ctx, const OSSL_PARAM params[]) sm2sig_set_ctx_params() argument 489 sm2sig_get_ctx_md_params(void *vpsm2ctx, OSSL_PARAM *params) sm2sig_get_ctx_md_params() argument 509 sm2sig_set_ctx_md_params(void *vpsm2ctx, const OSSL_PARAM params[]) sm2sig_set_ctx_md_params() argument [all...] |
| H A D | eddsa_sig.c | 305 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 D | mac_legacy_sig.c | 210 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/openssl/providers/implementations/encode_decode/ |
| H A D | decode_msblob2key.c | 178 OSSL_PARAM params[4]; in msblob2key_decode() local
|
| H A D | decode_pvk2key.c | 148 OSSL_PARAM params[4]; in pvk2key_decode() local
|
| /third_party/openssl/providers/implementations/rands/ |
| H A D | drbg_hmac.c | 317 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...] |
| /third_party/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 94 static int rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], in rsa_init() argument 334 static int rsa_get_ctx_params(void *vprsactx, OSSL_PARAM *params) in rsa_get_ctx_params() argument 123 rsa_encrypt_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[]) rsa_encrypt_init() argument 129 rsa_decrypt_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[]) rsa_decrypt_init() argument 424 rsa_set_ctx_params(void *vprsactx, const OSSL_PARAM params[]) rsa_set_ctx_params() argument [all...] |
| /third_party/openssl/providers/implementations/exchange/ |
| H A D | ecdh_exch.c | 102 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 D | dh_exch.c | 96 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...] |