Home
last modified time | relevance | path

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

/net/sctp/
Doutput.c766 size_t psize; in sctp_packet_will_fit() local
771 psize = packet->size; in sctp_packet_will_fit()
776 too_big = (psize + chunk_len > pmtu); in sctp_packet_will_fit()
/net/bluetooth/
Damp.c133 static int hmac_sha256(u8 *key, u8 ksize, char *plaintext, u8 psize, u8 *output) in hmac_sha256() argument
159 ret = crypto_shash_digest(&desc.shash, plaintext, psize, in hmac_sha256()