Searched defs:ctx (Results 151 - 175 of 1154) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dcomp_lib.c26 void COMP_CTX_free(COMP_CTX *ctx) argument
37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, argument
55 COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dh/
H A Ddh_gen.c124 BN_CTX *ctx=NULL; local
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsagen.c96 BN_CTX *ctx; local
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_oct.c71 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
105 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
132 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
167 EC_POINT_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 De_camellia.c109 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A De_idea.c75 static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
98 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A De_null.c90 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
97 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_rc5.c118 static int r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
H A Dp_open.c69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, argument
113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, argument
109 EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
H A Dp_verify.c65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf, argument
/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_sign.c67 void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type) argument
72 void PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *data, argument
78 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, unsigned int *siglen, argument
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_verify_ctx.c65 TS_VERIFY_CTX *ctx = local
74 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) argument
80 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) argument
88 TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) argument
109 TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/whrlpool/
H A Dwp_test.c114 WHIRLPOOL_CTX ctx; local
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_bitst.c105 v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) argument
H A Dv3_skey.c79 s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
101 s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
[all...]
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost_md.c40 int gost_digest_init(EVP_MD_CTX *ctx) argument
49 int gost_digest_update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
54 int gost_digest_final(EVP_MD_CTX *ctx,unsigned char *md) argument
70 gost_digest_cleanup(EVP_MD_CTX *ctx) argument
[all...]
/freebsd-10.0-release/lib/libc/i386/gen/
H A Dgetcontextx.c92 __fillcontextx2(char *ctx) argument
114 __fillcontextx(char *ctx) argument
130 char *ctx; local
[all...]
/freebsd-10.0-release/lib/libc/stdlib/
H A Drand.c50 do_rand(unsigned long *ctx) argument
84 rand_r(unsigned int *ctx) argument
[all...]
/freebsd-10.0-release/lib/libcrypt/
H A Dcrypt-md5.c47 MD5_CTX ctx,ctx1; local
H A Dcrypt-nthash.c61 MD4_CTX ctx; local
/freebsd-10.0-release/lib/libgssapi/
H A Dgss_import_sec_context.c43 struct _gss_context *ctx; local
H A Dgss_inquire_context.c47 struct _gss_context *ctx = (struct _gss_context *) context_handle; local
H A Dgss_krb5.c76 struct _gss_context *ctx = (struct _gss_context *) context_handle; local
/freebsd-10.0-release/sys/kgssapi/
H A Dgss_get_mic.c78 gss_get_mic_mbuf(OM_uint32 *minor_status, const gss_ctx_id_t ctx, argument
43 gss_get_mic(OM_uint32 *minor_status, const gss_ctx_id_t ctx, gss_qop_t qop_req, const gss_buffer_t message_buffer, gss_buffer_t message_token) argument

Completed in 314 milliseconds

1234567891011>>