Searched defs:in (Results 76 - 100 of 1819) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/idea/
H A Di_ecb.c26 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed_ofb.c19 void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dseed_cbc.c19 void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_sqrt.c13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfips_entry.c13 OSSL_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/providers/implementations/ciphers/
H A Dcipher_aes.c36 PROV_AES_CTX *in = (PROV_AES_CTX *)ctx; local
H A Dcipher_aria.c29 PROV_ARIA_CTX *in = (PROV_ARIA_CTX *)ctx; local
H A Dcipher_blowfish.c37 PROV_BLOWFISH_CTX *in = (PROV_BLOWFISH_CTX *)ctx; local
H A Dcipher_camellia.c35 PROV_CAMELLIA_CTX *in = (PROV_CAMELLIA_CTX *)ctx; local
H A Dcipher_cast5.c38 PROV_CAST_CTX *in = (PROV_CAST_CTX *)ctx; local
H A Dcipher_idea.c36 PROV_IDEA_CTX *in = (PROV_IDEA_CTX *)ctx; local
H A Dcipher_seed.c35 PROV_SEED_CTX *in = (PROV_SEED_CTX *)ctx; local
H A Dcipher_sm4.c29 PROV_SM4_CTX *in = (PROV_SM4_CTX *)ctx; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_ofb.c24 void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dcmll_cbc.c19 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/demos/cms/
H A Dcms_uncomp.c17 BIO *in = NULL, *out = NULL; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_wrap.c20 AES_wrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
27 AES_unwrap_key(AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen) argument
H A Daes_cbc.c20 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
H A Daes_ofb.c19 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_ppc.c18 void ecp_nistz256_to_mont(unsigned long res[4], const unsigned long in[4]) argument
29 void ecp_nistz256_from_mont(unsigned long res[4], const unsigned long in[4]) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcheckpoint.c27 FILE *in, *out; local
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse-arm.c21 char in[8]; local
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Daes.c29 isc_aes128_crypt(const unsigned char *key, const unsigned char *in, argument
45 isc_aes192_crypt(const unsigned char *key, const unsigned char *in, argument
61 isc_aes256_crypt(const unsigned char *key, const unsigned char *in, argument
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dsiphash_test.c138 uint8_t in[64], out[8], key[16]; local
153 uint8_t in[64], out[4], key[16]; local
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Daes.c28 isc_aes128_crypt(const unsigned char *key, const unsigned char *in, argument
44 isc_aes192_crypt(const unsigned char *key, const unsigned char *in, argument
60 isc_aes256_crypt(const unsigned char *key, const unsigned char *in, argument

Completed in 209 milliseconds

1234567891011>>