Searched defs:ctxp (Results 1 – 4 of 4) sorted by relevance
41 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()
60 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()
20 static int validate_context(char **ctxp) in validate_context()
210 DecodeCtx *ctxp; member