Searched defs:ctx (Results 176 - 200 of 1053) sorted by relevance

1234567891011>>

/openbsd-current/lib/libcrypto/evp/
H A De_rc4.c130 rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
138 rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
/openbsd-current/lib/libcrypto/dh/
H A Ddh_key.c73 BN_CTX *ctx; local
138 BN_CTX *ctx = NULL; local
192 dh_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
[all...]
/openbsd-current/regress/lib/libcrypto/hmac/
H A Dhmactest.c145 HMAC_CTX *ctx = NULL, *ctx2 = NULL; local
[all...]
/openbsd-current/sys/ufs/ufs/
H A Dufs_ihash.c59 SIPHASH_CTX ctx; local
/openbsd-current/lib/libcrypto/ct/
H A Dct_x509v3.c75 s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) argument
/openbsd-current/lib/libcrypto/x509/
H A Dx509_bitst.c203 v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, argument
H A Dx509_bcons.c180 v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, argument
H A Dx509_akey.c155 v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, argument
/openbsd-current/lib/libradius/
H A Dradius_mppe.c51 MD5_CTX ctx; local
92 MD5_CTX ctx; local
[all...]
/openbsd-current/sys/crypto/
H A Dgmac.c76 ghash_update_mi(GHASH_CTX *ctx, uint8_t *X, size_t len) argument
104 AES_GMAC_CTX *ctx = xctx; local
115 AES_GMAC_CTX *ctx = xctx; local
127 AES_GMAC_CTX *ctx = xctx; local
136 AES_GMAC_CTX *ctx = xctx; local
158 AES_GMAC_CTX *ctx = xctx; local
[all...]
H A Dmd5.c51 MD5Init(MD5_CTX *ctx) argument
65 MD5Update(MD5_CTX *ctx, const void *inputptr, size_t len) argument
104 MD5Final(unsigned char digest[MD5_DIGEST_LENGTH], MD5_CTX *ctx) argument
[all...]
H A Dsiphash.c55 SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key) argument
72 SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len) argument
109 SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) argument
118 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) argument
140 SIPHASH_CTX ctx; local
150 SipHash_Rounds(SIPHASH_CTX *ctx, int rounds) argument
174 SipHash_CRounds(SIPHASH_CTX *ctx, int rounds) argument
[all...]
/openbsd-current/usr.sbin/ldapd/
H A Devbuffer_tls.c72 struct tls *ctx = buftls->bt_ctx; local
153 struct tls *ctx = buftls->bt_ctx; local
211 struct tls *ctx = buftls->bt_ctx; local
295 evtls_read(struct evbuffer *buf, int fd, int howmuch, struct tls *ctx) argument
252 buffertls_set(struct buffertls *buftls, struct bufferevent *bufev, struct tls *ctx, int fd) argument
325 evtls_write(struct evbuffer *buffer, int fd, struct tls *ctx) argument
[all...]
/openbsd-current/lib/libc/hash/
H A Dsiphash.c55 SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key) argument
73 SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len) argument
111 SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) argument
121 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) argument
144 SIPHASH_CTX ctx; local
155 SipHash_Rounds(SIPHASH_CTX *ctx, int rounds) argument
179 SipHash_CRounds(SIPHASH_CTX *ctx, int rounds) argument
[all...]
H A Dmd5.c51 MD5Init(MD5_CTX *ctx) argument
66 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) argument
105 MD5Pad(MD5_CTX *ctx) argument
127 MD5Final(unsigned char digest[MD5_DIGEST_LENGTH], MD5_CTX *ctx) argument
[all...]
/openbsd-current/regress/lib/libcrypto/poly1305/
H A Dpoly1305test.c21 poly1305_context ctx; local
109 poly1305_context ctx; local
[all...]
/openbsd-current/sys/net80211/
H A Dieee80211_crypto_wep.c57 struct ieee80211_wep_ctx *ctx; local
84 struct ieee80211_wep_ctx *ctx = k->k_priv; local
203 struct ieee80211_wep_ctx *ctx = k->k_priv; local
[all...]
H A Dieee80211_crypto_bip.c58 struct ieee80211_bip_ctx *ctx; local
90 struct ieee80211_bip_ctx *ctx = k->k_priv; local
155 struct ieee80211_bip_ctx *ctx = k->k_priv; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_gpio.c179 dal_hw_gpio_construct( struct hw_gpio *pin, enum gpio_id id, uint32_t en, struct dc_context *ctx) argument
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-thundering-herd.c88 struct context ctx; local
157 block_proc(const struct context *ctx) argument
[all...]
/openbsd-current/lib/libutil/
H A Dpkcs5_pbkdf2.c37 SHA1_CTX ctx; local
[all...]
/openbsd-current/usr.bin/dig/lib/isc/
H A Dbase32.c126 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], argument
139 base32_decode_char(base32_decode_ctx_t *ctx, int c) { argument
234 base32_decode_finish(base32_decode_ctx_t *ctx) argument
256 base32_decode_ctx_t ctx; local
[all...]
/openbsd-current/sys/lib/libsa/
H A Dbcrypt_pbkdf.c99 SHA2_CTX ctx; local
[all...]
/openbsd-current/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c96 x509_store_callback(int ok, X509_STORE_CTX *ctx) argument
/openbsd-current/usr.sbin/smtpd/
H A Dcrypto.c61 EVP_CIPHER_CTX *ctx; local
126 EVP_CIPHER_CTX *ctx; local
213 EVP_CIPHER_CTX *ctx; local
270 EVP_CIPHER_CTX *ctx; local
[all...]

Completed in 176 milliseconds

1234567891011>>