Searched defs:ctx (Results 201 - 225 of 1154) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/heimdal/lib/ipc/
H A Dts.c61 test_service(void *ctx, const heim_idata *req, argument
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c79 find_db_spec(kadm5_server_context *ctx) argument
140 _kadm5_s_init_context(kadm5_server_context **ctx, kadm5_config_params *params, krb5_context context) argument
[all...]
H A Dinit_s.c49 kadm5_server_context *ctx; local
124 kadm5_server_context *ctx; local
176 kadm5_server_context *ctx; local
228 kadm5_server_context *ctx; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c127 EVP_CIPHER_CTX ctx; local
H A Dtest_plugin.c38 resolve_init(krb5_context context, void **ctx) argument
45 resolve_fini(void *ctx) argument
50 resolve_lookup(void *ctx, argument
/freebsd-10.0-release/crypto/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.c63 ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
106 ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src, argument
129 ssh1_3des_cleanup(EVP_CIPHER_CTX *ctx) argument
[all...]
H A Dcipher-bf1.c67 static void bf_ssh1_init (EVP_CIPHER_CTX * ctx, const unsigned char *key, argument
83 bf_ssh1_cipher(EVP_CIPHER_CTX *ctx, u_char *out, const u_char *in, argument
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_verify.c80 EVP_MD_CTX ctx; local
143 EVP_MD_CTX ctx; local
[all...]
/freebsd-10.0-release/crypto/openssl/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.c78 BN_CTX *ctx = BN_CTX_new(); local
113 BN_CTX *ctx; local
[all...]
/freebsd-10.0-release/crypto/openssl/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.c130 ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
169 ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
195 ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c112 BN_CTX *ctx; local
[all...]
/freebsd-10.0-release/crypto/openssl/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.c104 static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
116 static int desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
[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...]
/freebsd-10.0-release/crypto/openssl/crypto/modes/
H A Dxts128.c61 int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16], argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c69 int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, argument
/freebsd-10.0-release/crypto/openssl/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...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_akey.c111 v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *values) argument
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost_keywrap.c22 void keyDiversifyCryptoPro(gost_ctx *ctx,const unsigned char *inputKey, const unsigned char *ukm, unsigned char *outputKey) argument
70 int keyWrapCryptoPro(gost_ctx *ctx,const unsigned char *keyExchangeKey, const unsigned char *ukm, argument
92 keyUnwrapCryptoPro(gost_ctx *ctx,const unsigned char *keyExchangeKey, const unsigned char *wrappedKey, unsigned char *sessionKey) argument
[all...]
/freebsd-10.0-release/lib/libmd/
H A DmdXhl.c24 MDXEnd(MDX_CTX *ctx, char *buf) argument
53 MDX_CTX ctx; local
93 MDX_CTX ctx; local
[all...]
/freebsd-10.0-release/sys/dev/glxsb/
H A Dglxsb_hash.c87 union authctx ctx; local

Completed in 225 milliseconds

1234567891011>>