Searched defs:ctx (Results 276 - 300 of 1154) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_sign.c134 EVP_MD_CTX ctx; local
220 EVP_MD_CTX ctx; local
231 ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/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
/freebsd-10.0-release/crypto/openssl/crypto/cms/
H A Dcms_enc.c72 EVP_CIPHER_CTX *ctx; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_oct.c91 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
165 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
297 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
H A Decp_mont.c205 int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
265 int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
277 int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
289 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
301 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
313 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
H A Decp_oct.c70 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
199 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
325 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Ddigest.c124 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) argument
131 EVP_MD_CTX *ctx=OPENSSL_malloc(sizeof *ctx); local
139 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) argument
145 EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
245 EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) argument
255 EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) argument
264 EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) argument
354 EVP_MD_CTX ctx; local
367 EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) argument
377 EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) argument
[all...]
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
99 des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
116 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
135 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
162 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
195 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A Dm_sha1.c74 static int init(EVP_MD_CTX *ctx) argument
77 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
80 static int final(EVP_MD_CTX *ctx,unsigned char *md) argument
106 static int init224(EVP_MD_CTX *ctx) argument
108 static int init256(EVP_MD_CTX *ctx) argument
115 update256(EVP_MD_CTX *ctx,const void *data,size_t count) argument
117 final256(EVP_MD_CTX *ctx,unsigned char *md) argument
160 init384(EVP_MD_CTX *ctx) argument
162 init512(EVP_MD_CTX *ctx) argument
165 update512(EVP_MD_CTX *ctx,const void *data,size_t count) argument
167 final512(EVP_MD_CTX *ctx,unsigned char *md) argument
[all...]
H A Dm_sigver.c66 static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, argument
119 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) argument
125 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) argument
131 EVP_DigestSignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen) argument
174 EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, unsigned char *sig, size_t siglen) argument
[all...]
H A Dp5_crpt.c76 EVP_MD_CTX ctx; local
[all...]
H A Dpmeth_gn.c67 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) argument
85 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKE argument
116 EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx) argument
134 EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) argument
165 EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb) argument
170 EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx) argument
181 EVP_PKEY_CTX *ctx = gcb->arg; local
187 evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx) argument
192 EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_info.c317 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
122 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, argument
146 PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, unsigned char *out, int *outl, EVP_PKEY *priv) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c77 EVP_CIPHER_CTX ctx; local
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c147 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) argument
165 rsa_get_public_exp(const BIGNUM *d, const BIGNUM *p, const BIGNUM *q, BN_CTX *ctx) argument
194 BN_CTX *ctx; local
[all...]
H A Drsa_gen.c106 BN_CTX *ctx=NULL; local
[all...]
H A Drsa_pss.c88 EVP_MD_CTX ctx; local
202 EVP_MD_CTX ctx; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c257 WHIRLPOOL_CTX ctx; local
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c243 r2i_pci(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value) argument
/freebsd-10.0-release/lib/libgssapi/
H A Dgss_init_sec_context.c75 struct _gss_context *ctx = (struct _gss_context *) *context_handle; local
[all...]

Completed in 193 milliseconds

<<11121314151617181920>>