Searched defs:iv (Results 126 - 150 of 219) sorted by relevance

123456789

/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c341 unsigned char iv[EVP_MAX_IV_LENGTH]; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c355 DES_cblock iv, iv2; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c203 u64 iv[2]; member in struct:__anon4585
461 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and local
121 aesni_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) argument
[all...]
H A De_aes_cbc_hmac_sha256.c199 u64 iv[2]; member in struct:__anon4593
477 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and local
117 aesni_cbc_hmac_sha256_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) argument
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_enc.c228 unsigned char *ms, *key, *iv, *er1, *er2; local
H A Dbad_dtls_test.c588 unsigned char iv[16]; local
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_config.c57 long iv; local
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_nettle.c411 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
H A Dcrypto_gnutls.c402 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
/freebsd-11-stable/sys/opencrypto/
H A Dcryptosoft.c87 unsigned char iv[EALG_MAX_BLOCK_LEN], blk[EALG_MAX_BLOCK_LEN], *idat; local
465 u_char iv[EALG_MAX_BLOCK_LEN]; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_environment.c884 quad_t iv; local
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_commoncrypto.c522 crypto_block_encrypt_init(apr_crypto_block_t **ctx, const unsigned char **iv, const apr_crypto_key_t *key, apr_size_t *blockSize, apr_pool_t *p) argument
725 crypto_block_decrypt_init(apr_crypto_block_t **ctx, apr_size_t *blockSize, const unsigned char *iv, const apr_crypto_key_t *key, apr_pool_t *p) argument
[all...]
H A Dapr_crypto_openssl.c618 crypto_block_encrypt_init(apr_crypto_block_t **ctx, const unsigned char **iv, const apr_crypto_key_t *key, apr_size_t *blockSize, apr_pool_t *p) argument
805 crypto_block_decrypt_init(apr_crypto_block_t **ctx, apr_size_t *blockSize, const unsigned char *iv, const apr_crypto_key_t *key, apr_pool_t *p) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c340 affine_iv iv; local
/freebsd-11-stable/crypto/openssl/engines/
H A De_padlock.c269 unsigned char iv[AES_BLOCK_SIZE]; /* Initialization vector */ local
867 void *iv; local
788 padlock_aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
924 void *iv; local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dupa.c461 struct intr_vector *iv = arg; local
472 struct intr_vector *iv = arg; local
482 struct intr_vector *iv = arg; local
[all...]
/freebsd-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.h100 void *iv; member in struct:xlp_sec_command
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c715 unsigned char* iv; local
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c79 char iv[3]; member in struct:params
/freebsd-11-stable/crypto/openssh/
H A Dkex.h115 u_char *iv; member in struct:sshenc
H A Dcipher.c585 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, u_int len) argument
321 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, const u_char *key, u_int keylen, const u_char *iv, u_int ivlen, int do_encrypt) argument
642 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, argument
210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, argument
435 const u8 *pos, *end, *iv, *integ; local
537 u8 *icv, *iv; local
[all...]
H A Deap_sim_common.c976 size_t mac, iv, encr; /* index from buf */ member in struct:eap_sim_msg
933 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
[all...]
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c981 struct intr_vector *iv = arg; local
991 struct intr_vector *iv = arg; local
1000 struct intr_vector *iv = arg; local
1010 struct intr_vector *iv = arg; local
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_config.c56 long iv; local

Completed in 198 milliseconds

123456789