Home
last modified time | relevance | path

Searched defs:ctxp (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/common/
Dhash.c41 static int hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1()
69 static int hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256()
96 static int hash_init_crc16_ccitt(struct hash_algo *algo, void **ctxp) in hash_init_crc16_ccitt()
123 static int hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32()
/third_party/uboot/u-boot-2020.01/drivers/crypto/fsl/
Dfsl_hash.c60 static int caam_hash_init(void **ctxp, enum caam_hash_algos caam_algo) in caam_hash_init()
216 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
/third_party/selinux/libselinux/utils/
Dsefcontext_compile.c20 static int validate_context(char **ctxp) in validate_context()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c210 DecodeCtx *ctxp; member