/* * Shared async block cipher helpers */ #ifndef _CRYPTO_ABLK_HELPER_H #define _CRYPTO_ABLK_HELPER_H #include #include #include struct async_helper_ctx { struct cryptd_ablkcipher *cryptd_tfm; }; extern int ablk_set_key(struct crypto_ablkcipher *tfm, const u8 *key, unsigned int key_len); extern int __ablk_encrypt(struct ablkcipher_request *req); extern int ablk_encrypt(struct ablkcipher_request *req); extern int ablk_decrypt(struct ablkcipher_request *req); extern void ablk_exit(struct crypto_tfm *tfm); extern int ablk_init_common(struct crypto_tfm *tfm, const char *drv_name); extern int ablk_init(struct crypto_tfm *tfm); #endif /* _CRYPTO_ABLK_HELPER_H */ ss='main'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
ecunet.com>
Diffstat (limited to 'net/tipc/core.c')
AgeCommit message (Expand)AuthorFilesLines
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long1-0/+2
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long1-0/+3
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+1
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+2
2017-02-07sctp: drop __packed from almost all SCTP structuresMarcelo Ricardo Leitner1-1/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov2-4/+6
map information. However, that P-state is the initial P-state when the P-map was first downloaded to AVS. It is *not* the current P-state. Therefore, we explicitly retrieve the P-state using the GET_PSTATE command. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/net/tc_act/tc_mirred.h')