Searched defs:ctx (Results 176 - 200 of 1272) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DAPICallbackFunction.h77 JSContextRef ctx = toRef(exec); local
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest-krb5.c48 krb5_context ctx = NULL; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-bsdauth.c51 bsdauth_query(void *ctx, char **name, char **infotxt, argument
91 bsdauth_respond(void *ctx, u_int numresponses, char **responses) argument
113 bsdauth_free_ctx(void *ctx) argument
H A Dauth-skey.c52 skey_query(void *ctx, char **name, char **infotxt, argument
75 skey_respond(void *ctx, u_int numresponses, char **responses) argument
88 skey_free_ctx(void *ctx) argument
H A Dcipher-3des1.c67 ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
110 ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
133 ssh1_3des_cleanup(EVP_CIPHER_CTX *ctx) argument
[all...]
H A Dcipher-bf1.c71 static void bf_ssh1_init (EVP_CIPHER_CTX * ctx, const unsigned char *key, argument
87 bf_ssh1_cipher(EVP_CIPHER_CTX *ctx, u_char *out, const u_char *in, argument
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dciphers.c90 SSL_CTX *ctx=NULL; local
/macosx-10.10/OpenSSL098-52/src/crypto/
H A DLPdir_vms.c63 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
180 LP_find_file_end(LP_DIR_CTX **ctx) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_sign.c133 EVP_MD_CTX ctx; local
219 EVP_MD_CTX ctx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_sqrt.c62 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
[all...]
H A Dexptest.c76 BN_CTX *ctx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec_print.c59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
89 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
135 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
179 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Decp_nist.c126 ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
187 ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
213 ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ecdh/
H A Dech_ossl.c112 BN_CTX *ctx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A De_rc4.c123 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
131 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_xcbc_d.c103 static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
115 static int desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
[all...]
H A Dp5_crpt.c107 EVP_MD_CTX ctx; local
[all...]
H A Dp_sign.c66 void EVP_SignInit(EVP_MD_CTX *ctx, EVP_MD *type) argument
71 void EVP_SignUpdate(EVP_MD_CTX *ctx, unsigned char *data, argument
78 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/md4/
H A Dmd4s.cpp44 MD4_CTX ctx; local
/macosx-10.10/OpenSSL098-52/src/crypto/md5/
H A Dmd5s.cpp44 MD5_CTX ctx; local
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_crpt.c87 int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, argument
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4s.cpp40 RC4_KEY ctx; local
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_pss.c81 EVP_MD_CTX ctx; local
177 EVP_MD_CTX ctx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dby_file.c92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) argument
197 int X509_load_crl_file(X509_LOOKUP *ctx, cons argument
264 X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) argument
[all...]
H A Dx509_vfy_apple.c41 X509_verify_cert(X509_STORE_CTX *ctx) argument
[all...]

Completed in 230 milliseconds

1234567891011>>