Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcrypto_user_stat.c18 #define null_terminated(x) (strnlen(x, sizeof(x)) < sizeof(x)) macro
H A Dcrypto_user_base.c25 #define null_terminated(x) (strnlen(x, sizeof(x)) < sizeof(x)) macro