Searched defs:in (Results 251 - 275 of 1819) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dofb64enc.c17 void DES_ofb64_encrypt(register const unsigned char *in, argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/mdc2/
H A Dmdc2dgst.c39 int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len) argument
71 mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_cfb64.c25 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dbf_ofb64.c24 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dcomp_lib.c59 COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
74 COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/idea/
H A Di_ofb64.c25 void IDEA_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Di_cfb64.c26 void IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/demos/smime/
H A Dsmver.c17 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; local
H A Dsmsign2.c17 BIO *in = NULL, *out = NULL, *tbio = NULL; local
[all...]
H A Dsmsign.c17 BIO *in = NULL, *out = NULL, *tbio = NULL; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsha_test.c21 const unsigned char *in = (unsigned char *)input; local
H A Dpunycode_test.c202 static const char *in = "3B-ww4c5e180e575a65lsy2b"; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_null.c45 null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
H A De_idea.c41 idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c62 static int generic_aes_gcm_cipher_update(PROV_GCM_CTX *ctx, const unsigned char *in, argument
[all...]
H A Dcipher_chacha20_hw.c41 chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, const unsigned char *in, size_t inl) argument
H A Dcipher_rc4.c39 PROV_RC4_CTX *in = (PROV_RC4_CTX *)ctx; local
H A Dcipher_rc4_hw.c27 cipher_hw_rc4_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
/netbsd-current/crypto/external/bsd/openssl/dist/providers/
H A Dnullprov.c70 ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, size_t felem_size, void *tmp_felems, void (*felem_one) (void *out), int (*felem_is_zero) (const void *in), void (*felem_assign) (void *out, const void *in), void (*felem_square) (void *out, const void *in), void (*felem_mul) (void *out, const void *in1, const void *in2), void (*felem_inv) (void *out, const void *in), void (*felem_contract) (void *out, const void *in)) argument
213 ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign, unsigned char *digit, unsigned char in) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/fuzz/
H A Dclient.c59 BIO *in; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_rsa_legacy.c46 BIO *in; local
128 BIO *in; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dc_cfb64.c25 void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dc_ofb64.c24 void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/demos/cms/
H A Dcms_ver.c17 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; local

Completed in 333 milliseconds

<<11121314151617181920>>