Lines Matching full:sendmsg
473 ret = sendmsg(skcipher->t, &msg, 0); in linux_af_alg_skcipher_oper()
475 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in linux_af_alg_skcipher_oper()
575 ret = sendmsg(skcipher->t, &msg, 0); in rc4_skip()
577 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in rc4_skip()
648 ret = sendmsg(skcipher->t, &msg, 0); in des_encrypt()
650 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in des_encrypt()
717 ret = sendmsg(skcipher->t, &msg, 0); in aes_128_cbc_oper()
719 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in aes_128_cbc_oper()
826 ret = sendmsg(skcipher->t, &msg, 0); in aes_unwrap()
828 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in aes_unwrap()
915 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_init()
917 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in crypto_cipher_init()
954 ret = sendmsg(ctx->skcipher->t, &msg, 0); in crypto_cipher_oper()
956 wpa_printf(MSG_ERROR, "%s: sendmsg failed: %s", in crypto_cipher_oper()