Home
last modified time | relevance | path

Searched defs:params (Results 1751 - 1775 of 4979) sorted by relevance

1...<<71727374757677787980>>...200

/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp309 const SkTArray<SkString>& params = fLayoutParams[interface]; in compileAndAppendLayoutQualifiers() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp419 TIntermSequence& params = node->getSequence(); in validateFunctionCall() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp419 const Macro::Parameters &params = macro.parameters; in collectMacroArgs() local
/third_party/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/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c240 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 Dciphercommon.c41 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 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/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
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 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/openssl/crypto/store/
H A Dstore_local.h36 EVP_PKEY *params; /* when type == OSSL_STORE_INFO_PARAMS */ member
/third_party/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/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...]
/third_party/openssl/providers/implementations/signature/
H A Dsm2_sig.c380 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 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/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c178 OSSL_PARAM params[4]; in msblob2key_decode() local
H A Ddecode_pvk2key.c148 OSSL_PARAM params[4]; in pvk2key_decode() local
/third_party/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...]
/third_party/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c94 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 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...]

Completed in 18 milliseconds

1...<<71727374757677787980>>...200