Home
last modified time | relevance | path

Searched defs:ivlen (Results 1 – 20 of 20) sorted by relevance

/openbsd/regress/sys/crypto/chachapoly/
H A Dchachapoly_test.c287 size_t ivlen, unsigned char *plain, size_t plen) in dochacha()
316 const unsigned char *iv, size_t ivlen, in dopoly()
/openbsd/sbin/iked/
H A Dikev2_msg.c380 size_t len, ivlen, encrlen, integrlen, blocklen, pldlen, outlen; in ikev2_msg_encrypt_prepare() local
575 ssize_t ivlen, encrlen, integrlen, blocklen, in ikev2_msg_decrypt() local
725 size_t ivlen, integrlen, blocklen; in ikev2_check_frag_oversize() local
821 size_t ivlen, integrlen, blocklen; in ikev2_send_encrypted_fragments() local
/openbsd/lib/libcrypto/cms/
H A Dcms_enc.c120 int ivlen; in cms_EncryptedContent_init_bio() local
H A Dcms_pwri.c103 int ivlen; in CMS_add0_recipient_password() local
/openbsd/sys/crypto/
H A Dcryptosoft.c105 int i, k, j, blks, ind, count, ivlen; in swcr_encdec() local
494 int aadlen, blksz, i, ivlen, outtype, len, iskip, oskip; in swcr_authenc() local
H A Dgmac.c125 AES_GMAC_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) in AES_GMAC_Reinit()
H A Dchachapoly.c79 Chacha20_Poly1305_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) in Chacha20_Poly1305_Reinit()
/openbsd/regress/sys/crypto/gmac/
H A Dgmac_test.c638 const unsigned char *iv, size_t ivlen, in dogmac()
/openbsd/usr.bin/ssh/
H A Dsshkey-xmss.c266 size_t keylen = 0, ivlen = 0; in sshkey_xmss_init_enc_key() local
891 size_t i, keylen, ivlen, blocksize, authlen, encrypted_len, aadlen; in sshkey_xmss_encrypt_state() local
982 size_t keylen, ivlen, authlen, aadlen; in sshkey_xmss_decrypt_state() local
H A Dcipher.c241 const u_char *key, u_int keylen, const u_char *iv, u_int ivlen, in cipher_init()
H A Dsshkey.c2806 size_t i, pubkeylen, keylen, ivlen, blocksize, authlen; in sshkey_private_to_blob2() local
3007 size_t keylen = 0, ivlen = 0, authlen = 0, slen = 0; in private2_decrypt() local
H A Dpacket.c2412 size_t keylen, ivlen, maclen; in newkeys_from_blob() local
/openbsd/sys/arch/octeon/dev/
H A Doctcrypto.c687 size_t ivlen = 8; in octcrypto_authenc_gmac() local
957 int ivlen; in octcrypto_authenc_hmac() local
/openbsd/regress/lib/libcrypto/aead/
H A Daeadtest.c206 int ivlen; in run_cipher_aead_encrypt_test() local
/openbsd/sys/arch/arm64/arm64/
H A Dcryptox.c348 int err, ivlen, iskip, oskip, rlen; in cryptox_encdec() local
/openbsd/sys/arch/amd64/amd64/
H A Daesni.c441 int aadlen, err, ivlen, iskip, oskip, rlen; in aesni_encdec() local
/openbsd/usr.bin/openssl/
H A Denc.c604 int ivlen = EVP_CIPHER_iv_length(cfg.cipher); in enc_main() local
/openbsd/lib/libcrypto/pkcs7/
H A Dpk7_doit.c335 int keylen, ivlen; in PKCS7_dataInit() local
/openbsd/sys/nfs/
H A Dnfs_serv.c728 size_t ivlen; in nfsrv_read() local
924 size_t ivlen; in nfsrv_write() local
/openbsd/lib/libcrypto/evp/
H A De_aes.c83 int ivlen; /* IV length */ member