Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcrypto_user_base.c25 #define null_terminated(x) (strnlen(x, sizeof(x)) < sizeof(x)) macro
194 if (!null_terminated(p->cru_name) || !null_terminated(p->cru_driver_name)) in crypto_report()
271 if (!null_terminated(p->cru_name) || !null_terminated(p->cru_driver_name)) in crypto_update_alg()
306 if (!null_terminated(p->cru_name) || !null_terminated(p->cru_driver_name)) in crypto_del_alg()
346 if (!null_terminated(p->cru_name) || !null_terminated(p->cru_driver_name)) in crypto_add_alg()
H A Dcrypto_user_stat.c18 #define null_terminated(x) (strnlen(x, sizeof(x)) < sizeof(x)) macro
146 if (!null_terminated(p->cru_name) || !null_terminated(p->cru_driver_name)) in crypto_reportstat()