Searched refs:hiv (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.c1229 krb5_crypto_iov *tiv, *piv, *hiv; local
1257 hiv = find_iv(data, num_data, KRB5_CRYPTO_TYPE_HEADER);
1258 if (hiv == NULL || hiv->data.length != headersz)
1261 krb5_generate_random_block(hiv->data.data, hiv->data.length);
1298 memcpy(q, hiv->data.data, hiv->data.length);
1299 q += hiv->data.length;
1335 memcpy(q, hiv
1421 krb5_crypto_iov *tiv, *hiv; local
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Denc.c102 char *hkey = NULL, *hiv = NULL, *hsalt = NULL, *p; local
252 hiv = opt_arg();
501 if (hiv != NULL) {
505 } else if (!set_hex(hiv, iv, siz)) {
510 if ((hiv == NULL) && (str == NULL)

Completed in 72 milliseconds