Home
last modified time | relevance | path

Searched refs:propq (Results 26 - 50 of 1151) sorted by relevance

12345678910>>...47

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c26 const char *propq = NULL; in aes_siv_initkey() local
35 ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-128-CBC", propq); in aes_siv_initkey()
36 ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-128-CTR", propq); in aes_siv_initkey()
39 ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-192-CBC", propq); in aes_siv_initkey()
40 ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-192-CTR", propq); in aes_siv_initkey()
43 ctx->cbc = EVP_CIPHER_fetch(libctx, "AES-256-CBC", propq); in aes_siv_initkey()
44 ctx->ctr = EVP_CIPHER_fetch(libctx, "AES-256-CTR", propq); in aes_siv_initkey()
56 propq); in aes_siv_initkey()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_file.c24 const char *propq);
49 const char *propq) in by_file_ctrl_ex()
60 libctx, propq) != 0); in by_file_ctrl_ex()
65 X509_FILETYPE_PEM, libctx, propq) != 0); in by_file_ctrl_ex()
73 libctx, propq) != 0); in by_file_ctrl_ex()
76 propq) != 0); in by_file_ctrl_ex()
90 OSSL_LIB_CTX *libctx, const char *propq) in X509_load_cert_file_ex()
108 x = X509_new_ex(libctx, propq); in X509_load_cert_file_ex()
217 OSSL_LIB_CTX *libctx, const char *propq) in X509_load_cert_crl_file_ex()
225 return X509_load_cert_file_ex(ctx, file, type, libctx, propq); in X509_load_cert_crl_file_ex()
47 by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **ret, OSSL_LIB_CTX *libctx, const char *propq) by_file_ctrl_ex() argument
89 X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_file_ex() argument
216 X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_crl_file_ex() argument
[all...]
H A Dby_store.c18 int depth, OSSL_LIB_CTX *libctx, const char *propq) in cache_objects()
24 if ((ctx = OSSL_STORE_open_ex(uri, libctx, propq, NULL, NULL, NULL, in cache_objects()
67 criterion, depth - 1, libctx, propq); in cache_objects()
110 const char *propq) in by_store_ctrl_ex()
135 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
149 OSSL_LIB_CTX *libctx, const char *propq) in by_store()
157 1 /* depth */, libctx, propq); in by_store()
167 OSSL_LIB_CTX *libctx, const char *propq) in by_store_subject_ex()
171 int ok = by_store(ctx, type, criterion, ret, libctx, propq); in by_store_subject_ex()
16 cache_objects(X509_LOOKUP *lctx, const char *uri, const OSSL_STORE_SEARCH *criterion, int depth, OSSL_LIB_CTX *libctx, const char *propq) cache_objects() argument
108 by_store_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **retp, OSSL_LIB_CTX *libctx, const char *propq) by_store_ctrl_ex() argument
147 by_store(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret, OSSL_LIB_CTX *libctx, const char *propq) by_store() argument
165 by_store_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const X509_NAME *name, X509_OBJECT *ret, OSSL_LIB_CTX *libctx, const char *propq) by_store_subject_ex() argument
/third_party/openssl/crypto/x509/
H A Dby_file.c24 const char *propq);
49 const char *propq) in by_file_ctrl_ex()
60 libctx, propq) != 0); in by_file_ctrl_ex()
65 X509_FILETYPE_PEM, libctx, propq) != 0); in by_file_ctrl_ex()
73 libctx, propq) != 0); in by_file_ctrl_ex()
76 propq) != 0); in by_file_ctrl_ex()
90 OSSL_LIB_CTX *libctx, const char *propq) in X509_load_cert_file_ex()
108 x = X509_new_ex(libctx, propq); in X509_load_cert_file_ex()
217 OSSL_LIB_CTX *libctx, const char *propq) in X509_load_cert_crl_file_ex()
225 return X509_load_cert_file_ex(ctx, file, type, libctx, propq); in X509_load_cert_crl_file_ex()
47 by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **ret, OSSL_LIB_CTX *libctx, const char *propq) by_file_ctrl_ex() argument
89 X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_file_ex() argument
216 X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, OSSL_LIB_CTX *libctx, const char *propq) X509_load_cert_crl_file_ex() argument
[all...]
H A Dby_store.c18 int depth, OSSL_LIB_CTX *libctx, const char *propq) in cache_objects()
24 if ((ctx = OSSL_STORE_open_ex(uri, libctx, propq, NULL, NULL, NULL, in cache_objects()
67 criterion, depth - 1, libctx, propq); in cache_objects()
110 const char *propq) in by_store_ctrl_ex()
135 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex()
149 OSSL_LIB_CTX *libctx, const char *propq) in by_store()
157 1 /* depth */, libctx, propq); in by_store()
167 OSSL_LIB_CTX *libctx, const char *propq) in by_store_subject_ex()
171 int ok = by_store(ctx, type, criterion, ret, libctx, propq); in by_store_subject_ex()
16 cache_objects(X509_LOOKUP *lctx, const char *uri, const OSSL_STORE_SEARCH *criterion, int depth, OSSL_LIB_CTX *libctx, const char *propq) cache_objects() argument
108 by_store_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **retp, OSSL_LIB_CTX *libctx, const char *propq) by_store_ctrl_ex() argument
147 by_store(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret, OSSL_LIB_CTX *libctx, const char *propq) by_store() argument
165 by_store_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const X509_NAME *name, X509_OBJECT *ret, OSSL_LIB_CTX *libctx, const char *propq) by_store_subject_ex() argument
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_policy.c29 const char *propq) in CT_POLICY_EVAL_CTX_new_ex()
39 if (propq != NULL) { in CT_POLICY_EVAL_CTX_new_ex()
40 ctx->propq = OPENSSL_strdup(propq); in CT_POLICY_EVAL_CTX_new_ex()
41 if (ctx->propq == NULL) { in CT_POLICY_EVAL_CTX_new_ex()
66 OPENSSL_free(ctx->propq); in CT_POLICY_EVAL_CTX_free()
28 CT_POLICY_EVAL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq) CT_POLICY_EVAL_CTX_new_ex() argument
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Ded448.h45 const char *propq);
72 const char *propq);
98 const char *propq);
127 const char *propq);
154 const char *propq);
211 const char *propq);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_key.c15 const char *propq) in ossl_ecx_key_new()
41 if (propq != NULL) { in ossl_ecx_key_new()
42 ret->propq = OPENSSL_strdup(propq); in ossl_ecx_key_new()
43 if (ret->propq == NULL) in ossl_ecx_key_new()
70 OPENSSL_free(key->propq); in ossl_ecx_key_free()
14 ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, const char *propq) ossl_ecx_key_new() argument
/third_party/openssl/crypto/ec/
H A Decx_key.c15 const char *propq) in ossl_ecx_key_new()
41 if (propq != NULL) { in ossl_ecx_key_new()
42 ret->propq = OPENSSL_strdup(propq); in ossl_ecx_key_new()
43 if (ret->propq == NULL) in ossl_ecx_key_new()
70 OPENSSL_free(key->propq); in ossl_ecx_key_free()
14 ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, const char *propq) ossl_ecx_key_new() argument
/third_party/openssl/crypto/ec/curve448/
H A Ded448.h45 const char *propq);
72 const char *propq);
98 const char *propq);
127 const char *propq);
154 const char *propq);
211 const char *propq);
/third_party/openssl/crypto/ct/
H A Dct_policy.c29 const char *propq) in CT_POLICY_EVAL_CTX_new_ex()
39 if (propq != NULL) { in CT_POLICY_EVAL_CTX_new_ex()
40 ctx->propq = OPENSSL_strdup(propq); in CT_POLICY_EVAL_CTX_new_ex()
41 if (ctx->propq == NULL) { in CT_POLICY_EVAL_CTX_new_ex()
66 OPENSSL_free(ctx->propq); in CT_POLICY_EVAL_CTX_free()
28 CT_POLICY_EVAL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq) CT_POLICY_EVAL_CTX_new_ex() argument
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dpkcs12.h158 const char *propq);
166 const char *propq);
172 const char *propq);
179 OSSL_LIB_CTX *ctx, const char *propq);
184 OSSL_LIB_CTX *ctx, const char *propq);
193 OSSL_LIB_CTX *ctx, const char *propq);
231 const char *propq);
239 const char *propq);
249 const char *propq);
251 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq);
323 OSSL_LIB_CTX *ctx, const char *propq); global() variable
331 OSSL_LIB_CTX *ctx, const char *propq); global() variable
335 OSSL_LIB_CTX *ctx, const char *propq); global() variable
[all...]

Completed in 14 milliseconds

12345678910>>...47