Home
last modified time | relevance | path

Searched refs:cipher_len (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/qat/
H A Dqat_hw15reg.h590 uint32_t cipher_len; member
H A Dqat_hw15.c874 cipher_req->cipher_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()
935 cipher_req->cipher_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Daes-test.c324 size_t cipher_len, in krb_enc_iov2() argument
362 if (len != cipher_len) in krb_enc_iov2()
/freebsd-13.1/contrib/bearssl/test/
H A Dtest_crypto.c6688 size_t plain_len, seed_len, cipher_len; in test_RSA_OAEP() local
6695 cipher_len = hextobin(cipher, KAT_RSA_OAEP[u ++]); in test_RSA_OAEP()
6700 if (len != cipher_len) { in test_RSA_OAEP()
6704 (unsigned long)cipher_len); in test_RSA_OAEP()
6729 memcpy(tmp, cipher, cipher_len); in test_RSA_OAEP()
6730 len = cipher_len; in test_RSA_OAEP()
6743 memcpy(tmp + 1, cipher, cipher_len); in test_RSA_OAEP()
6744 len = cipher_len + 1; in test_RSA_OAEP()