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

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dacquire_cred.c49 ntlm_ctx ctx; local
/freebsd-11-stable/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...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c127 EVP_CIPHER_CTX ctx; local
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_keywrap.c23 void keyDiversifyCryptoPro(gost_ctx * ctx, const unsigned char *inputKey, argument
66 int keyWrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey, argument
91 keyUnwrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey, const unsigned char *wrappedKey, unsigned char *sessionKey) argument
[all...]
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
71 gost_digest_cleanup(EVP_MD_CTX *ctx) argument
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dxform_aes_icm.c88 struct aes_icm_ctx *ctx; local
97 struct aes_icm_ctx *ctx; local
110 struct aes_icm_ctx *ctx; local
130 struct aes_icm_ctx *ctx; local
[all...]
H A Dxform_null.c116 null_init(void *ctx) argument
121 null_reinit(void *ctx, const u_int8_t *buf, u_int16_t len) argument
126 null_update(void *ctx, const u_int8_t *buf, u_int16_t len) argument
132 null_final(u_int8_t *buf, void *ctx) argument
/freebsd-11-stable/sys/kgssapi/
H A Dgss_wrap.c85 gss_wrap_mbuf(OM_uint32 *minor_status, const gss_ctx_id_t ctx, argument
43 gss_wrap(OM_uint32 *minor_status, const gss_ctx_id_t ctx, int conf_req_flag, gss_qop_t qop_req, const gss_buffer_t input_message_buffer, int *conf_state, gss_buffer_t output_message_buffer) argument
/freebsd-11-stable/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
107 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
135 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
166 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
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
86 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
126 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
165 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
H A Decp_nist.c131 ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
170 ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
196 ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_idea.c76 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.c87 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
94 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_rc5.c114 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
114 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, argument
114 EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) 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, unsigned int count) argument
77 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dxts128.c61 int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, argument
[all...]
/freebsd-11-stable/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, unsigned int count) argument
77 int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, argument
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_verify_ctx.c66 TS_VERIFY_CTX *ctx = local
75 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) argument
81 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) argument
90 TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) argument
112 TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_test.c124 WHIRLPOOL_CTX ctx; local
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_bitst.c107 v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) argument
H A Dv3_skey.c80 s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
102 s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A DLPdir_unix.c66 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
105 LP_find_file_end(LP_DIR_CTX **ctx) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha384-internal.c27 struct sha384_state ctx; local

Completed in 209 milliseconds

1234567891011>>