Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c1752 uint64_t aad_len, cipher_len; in ktls_write_tls_wr() local
1755 cipher_len = rlen - (m_tls->m_epg_hdrlen + AES_GMAC_HASH_LEN); in ktls_write_tls_wr()
1756 sec_pdu->scmd1 = htobe64(aad_len << 44 | cipher_len); in ktls_write_tls_wr()
1870 uint16_t cipher_len; in ktls_write_tls_wr() local
1872 cipher_len = rlen - in ktls_write_tls_wr()
1878 ad.tls_length = htons(cipher_len); in ktls_write_tls_wr()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15reg.h589 uint32_t cipher_len; member
H A Dqat_hw15.c873 cipher_req->cipher_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()
934 cipher_req->cipher_len = crp->crp_payload_length; in qat_hw15_crypto_setup_req_params()
/freebsd/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/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()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.h518 u8 cipher_len; member
H A Dmcu.c2582 sec_key->cipher_len = sizeof(*sec_key); in mt7996_mcu_sta_key_tlv()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h438 u8 cipher_len; member
H A Dmt76_connac_mcu.c2713 sec_key->cipher_len = sizeof(*sec_key); in mt76_connac_mcu_sta_key_tlv()
2723 sec_key->cipher_len = sizeof(*sec_key); in mt76_connac_mcu_sta_key_tlv()