Searched defs:in (Results 226 - 250 of 873) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c159 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; local
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Dgendsa.c47 BIO *out = NULL, *in = NULL; local
[all...]
H A Dnseq.c32 BIO *in = NULL, *out = NULL; local
[all...]
H A Dpkeyparam.c40 BIO *in = NULL, *out = NULL; local
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c21 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) argument
37 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) argument
57 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x) argument
76 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, voi argument
94 asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbf_null.c61 static int nullf_write(BIO *b, const char *in, int inl) argument
H A Dbss_sock.c111 static int sock_write(BIO *b, const char *in, int inl) argument
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_gcd.c21 BIGNUM *bn_mod_inverse_no_branch(BIGNUM *in, argument
196 BIGNUM *int_bn_mod_inverse(BIGNUM *in, argument
513 BN_mod_inverse(BIGNUM *in, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) argument
[all...]
H A Dbn_intern.c159 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) argument
/freebsd-12-stable/crypto/openssl/crypto/ct/
H A Dct_b64.c24 static int ct_base64_decode(const char *in, unsigned char **out) argument
/freebsd-12-stable/crypto/openssl/crypto/des/
H A Ddes_enc.c201 register const unsigned char *in; local
[all...]
H A Dxcbc_enc.c14 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Ddigest.c206 int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in) argument
212 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in) argument
[all...]
H A De_sm4.c30 static void sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
42 static void sm4_cfb128_encrypt(const unsigned char *in, unsigned char *out, argument
50 static void sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
59 sm4_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const SM4_KEY *key, unsigned char *ivec, int *num) argument
71 sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_cbc.c13 void IDEA_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/modes/
H A Dctr128.c77 void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, argument
154 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) argument
[all...]
H A Dwrap128.c48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
[all...]
/freebsd-12-stable/usr.sbin/bhyve/
H A Dconsport.c116 console_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
H A Ddbgport.c66 dbg_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, argument
/freebsd-12-stable/usr.sbin/fdread/
H A Dfdutil.c170 parse_fmt(const char *s, enum fd_drivetype type, struct fd_type in, struct fd_type *out) argument
348 print_fmt(struct fd_type in) argument
[all...]
/freebsd-12-stable/usr.sbin/ppp/
H A Dthroughput.h48 } in, out; member in struct:pppThroughput
/freebsd-12-stable/tools/tools/ifpifa/
H A Difpifa.c89 struct in_ifaddr in; member in union:__anon17185
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Daes-ccm.c92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, argument
H A Dmd4-internal.c200 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; local
[all...]
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dpkcs1.c18 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
97 pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument

Completed in 314 milliseconds

1234567891011>>