Searched refs:con (Results 1 – 1 of 1) sorted by relevance
558 static int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con) in af_alg_cmsg_send() argument570 if (cmsg->cmsg_len < CMSG_LEN(sizeof(*con->iv))) in af_alg_cmsg_send()572 con->iv = (void *)CMSG_DATA(cmsg); in af_alg_cmsg_send()573 if (cmsg->cmsg_len < CMSG_LEN(con->iv->ivlen + in af_alg_cmsg_send()574 sizeof(*con->iv))) in af_alg_cmsg_send()581 con->op = *(u32 *)CMSG_DATA(cmsg); in af_alg_cmsg_send()587 con->aead_assoclen = *(u32 *)CMSG_DATA(cmsg); in af_alg_cmsg_send()944 struct af_alg_control con = {}; in af_alg_sendmsg() local951 err = af_alg_cmsg_send(msg, &con); in af_alg_sendmsg()956 switch (con.op) { in af_alg_sendmsg()[all …]