/external/openssl/crypto/x509/ |
by_file.c | 72 long argl, char **ret); 92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, 101 if (argl == X509_FILETYPE_DEFAULT) 119 if(argl == X509_FILETYPE_PEM) 123 ok = (X509_load_cert_file(ctx,argp,(int)argl) != 0);
|
by_dir.c | 90 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, 116 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, 128 if (argl == X509_FILETYPE_DEFAULT) 142 ret=add_cert_dir(ld,argp,(int)argl);
|
x509_vfy.h | 146 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl, 417 long argl, char **ret); 445 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
x509_lu.c | 112 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 117 return ctx->method->ctrl(ctx,cmd,argc,argl,ret);
|
/external/openssl/crypto/ |
ex_data.c | 156 int (*cb_get_new_index)(int class_index, long argl, void *argp, 180 static int int_get_new_index(int class_index, long argl, void *argp, 329 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, 341 a->argl=argl; 384 static int int_get_new_index(int class_index, long argl, void *argp, 391 return def_add_index(item, argl, argp, new_func, dup_func, free_func); 432 storage[i]->argl,storage[i]->argp); 478 storage[i]->argl,storage[i]->argp); 519 storage[i]->argl,storage[i]->argp) [all...] |
ossl_typ.h | 173 int idx, long argl, void *argp); 175 int idx, long argl, void *argp); 177 int idx, long argl, void *argp);
|
crypto.h | 161 int idx, long argl, void *argp); 164 int idx, long argl, void *argp); 167 int idx, long argl, void *argp); 300 long argl; /* Arbitary long */ member in struct:crypto_ex_data_func_st 394 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
/external/openssl/include/openssl/ |
ossl_typ.h | 173 int idx, long argl, void *argp); 175 int idx, long argl, void *argp); 177 int idx, long argl, void *argp);
|
crypto.h | 161 int idx, long argl, void *argp); 164 int idx, long argl, void *argp); 167 int idx, long argl, void *argp); 300 long argl; /* Arbitary long */ member in struct:crypto_ex_data_func_st 394 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
x509_vfy.h | 146 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl, 417 long argl, char **ret); 445 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
bio.h | 301 /* bio, mode, argp, argi, argl, ret */ 557 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 608 long argl,long ret); 611 long argl,long ret);
|
ecdh.h | 97 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
|
dh.h | 186 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
/external/openssl/crypto/asn1/ |
x_x509.c | 152 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 155 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509, argl, argp,
|
/external/openssl/crypto/dh/ |
dh_lib.c | 227 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 230 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DH, argl, argp,
|
dh.h | 186 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
/external/openssl/crypto/ecdh/ |
ech_lib.c | 224 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 227 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDH, argl, argp,
|
ecdh.h | 97 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
|
/external/openssl/crypto/ecdsa/ |
ecs_lib.c | 238 int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 241 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDSA, argl, argp,
|
/external/openssl/crypto/engine/ |
eng_lib.c | 201 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 204 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ENGINE, argl, argp,
|
/external/openssl/crypto/dsa/ |
dsa_lib.c | 263 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 266 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DSA, argl, argp,
|
/external/openssl/crypto/rsa/ |
rsa_eng.c | 292 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 295 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp,
|
/external/openssl/crypto/bio/ |
bio.h | 301 /* bio, mode, argp, argi, argl, ret */ 557 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 608 long argl,long ret); 611 long argl,long ret);
|
bio_cb.c | 67 int argi, long argl, long ret)
|
bio_lib.c | 573 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 576 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp,
|