Home
last modified time | relevance | path

Searched refs:ALG_MSGIV_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/crypto/
H A Dafalgpriv.h31 #define ALG_MSGIV_LEN(len) (sizeof(struct af_alg_iv) + (len)) macro
H A Dcipher-afalg.c98 afalg->msg->msg_controllen += CMSG_SPACE(ALG_MSGIV_LEN(expect_niv)); in qcrypto_afalg_cipher_ctx_new()
109 afalg->cmsg->cmsg_len = CMSG_SPACE(ALG_MSGIV_LEN(expect_niv)); in qcrypto_afalg_cipher_ctx_new()