Searched defs:ctx (Results 251 - 275 of 1272) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSBase.cpp48 JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) argument
89 bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) argument
117 void JSGarbageCollect(JSContextRef ctx) argument
133 void JSReportExtraMemoryCost(JSContextRef ctx, size_ argument
147 JSSynchronousGarbageCollectForDebugging(JSContextRef ctx) argument
157 JSSynchronousEdenCollectForDebugging(JSContextRef ctx) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DCustomGlobalObjectClassTest.c35 static JSValueRef jsDoSomething(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argc, const JSValueRef args[], JSValueRef* exception) argument
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-krb5.c233 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) { argument
H A Dcipher-aes.c50 ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
71 ssh_rijndael_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
117 ssh_rijndael_cleanup(EVP_CIPHER_CTX *ctx) argument
[all...]
H A Dcipher-ctr.c67 ssh_aes_ctr(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
91 ssh_aes_ctr_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
109 ssh_aes_ctr_cleanup(EVP_CIPHER_CTX *ctx) argument
H A Dmd5crypt.c57 MD5_CTX ctx, ctx1; local
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-hmac.c65 HMAC_CTX_init(HMAC_CTX *ctx) argument
72 HMAC_CTX_cleanup(HMAC_CTX *ctx) argument
81 HMAC_size(const HMAC_CTX *ctx) argument
88 HMAC_Init_ex(HMAC_CTX *ctx, argument
144 HMAC_Init(HMAC_CTX *ctx, const void *key, size_t keylen, const EVP_MD *md) argument
154 HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len) argument
161 HMAC_Final(HMAC_CTX *ctx, void *md, unsigned int *len) argument
179 HMAC_CTX ctx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_mod.c127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) argument
141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
178 BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
203 BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) argument
211 BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) argument
231 BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx) argument
[all...]
H A Dbn_recp.c94 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) argument
103 BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, BN_RECP_CTX *recp, BN_CTX *ctx) argument
130 BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, BN_RECP_CTX *recp, BN_CTX *ctx) argument
217 BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) argument
[all...]
H A Dbn_sqr.c65 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
H A Dbn_x931p.c69 static int bn_x931_derive_pi(BIGNUM *pi, const BIGNUM *Xpi, BN_CTX *ctx, argument
96 BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, const BIGNUM *Xp, const BIGNUM *Xp1, const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
196 BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) argument
243 BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
[all...]
H A Dexp.c15 BN_CTX ctx; local
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_enc.c72 EVP_CIPHER_CTX *ctx; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Decp_mont.c197 int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
257 int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
269 int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
281 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
293 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
305 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A De_des.c74 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
82 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
89 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
97 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
107 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
123 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
150 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A Devp_pbe.c77 EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) argument
H A Dm_sha1.c73 static int init(EVP_MD_CTX *ctx) argument
76 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
79 static int final(EVP_MD_CTX *ctx,unsigned char *md) argument
104 static int init224(EVP_MD_CTX *ctx) argument
106 static int init256(EVP_MD_CTX *ctx) argument
113 update256(EVP_MD_CTX *ctx,const void *data,size_t count) argument
115 final256(EVP_MD_CTX *ctx,unsigned char *md) argument
158 init384(EVP_MD_CTX *ctx) argument
160 init512(EVP_MD_CTX *ctx) argument
163 update512(EVP_MD_CTX *ctx,const void *data,size_t count) argument
165 final512(EVP_MD_CTX *ctx,unsigned char *md) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/hmac/
H A Dhmac.c66 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, argument
118 HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) argument
126 HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) argument
131 HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) argument
142 HMAC_CTX_init(HMAC_CTX *ctx) argument
149 HMAC_CTX_cleanup(HMAC_CTX *ctx) argument
173 HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/pem/
H A Dpem_info.c314 EVP_CIPHER_CTX ctx; local
H A Dpem_seal.c70 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, argument
121 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, argument
145 PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, unsigned char *out, int *outl, EVP_PKEY *priv) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_decr.c77 EVP_CIPHER_CTX ctx; local
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs7/
H A Ddec.c200 int verify_callback(int ok, X509_STORE_CTX *ctx) argument
[all...]
H A Dverify.c215 int verify_callback(int ok, X509_STORE_CTX *ctx) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ripemd/asm/
H A Drips.cpp46 RIPEMD160_CTX ctx; local
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_gen.c93 BN_CTX *ctx=NULL; local
[all...]

Completed in 149 milliseconds

<<11121314151617181920>>