Searched defs:in (Results 26 - 50 of 992) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa2012/ref/
H A Dstream_salsa2012_ref.c17 unsigned char in[16]; local
63 unsigned char in[16]; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa208/ref/
H A Dstream_salsa208_ref.c17 unsigned char in[16]; local
63 unsigned char in[16]; local
[all...]
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dgenerichash2.c10 unsigned char in[MAXLEN]; local
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c11 crypto_hash(unsigned char *out, const unsigned char *in, argument
/freebsd-current/sys/contrib/xz-embedded/userspace/
H A Dxzminidec.c22 static uint8_t in[BUFSIZ]; variable
/freebsd-current/crypto/openssl/crypto/bf/
H A Dbf_ecb.c31 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dbf_skey.c25 BF_LONG *p, ri, in[2]; local
[all...]
/freebsd-current/crypto/openssl/crypto/camellia/
H A Dcmll_cbc.c19 void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
H A Dcmll_ofb.c24 void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-current/crypto/openssl/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
/freebsd-current/crypto/openssl/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_ofb.c19 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
H A Daes_cbc.c20 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_sqrt.c13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
[all...]
/freebsd-current/crypto/openssl/crypto/idea/
H A Di_ecb.c26 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dmd5.h63 isc_uint32_t in[16]; member in struct:__anon3375
/freebsd-current/crypto/openssl/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
/freebsd-current/crypto/openssl/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

Completed in 297 milliseconds

1234567891011>>