Searched refs:archive_sha384_ctx (Results 1 – 4 of 4) sorted by relevance
260 typedef SHA384_CTX archive_sha384_ctx; typedef262 typedef SHA384_CTX archive_sha384_ctx; typedef264 typedef SHA2_CTX archive_sha384_ctx; typedef266 typedef CC_SHA512_CTX archive_sha384_ctx; typedef268 typedef mbedtls_sha512_context archive_sha384_ctx; typedef270 typedef struct sha384_ctx archive_sha384_ctx; typedef272 typedef EVP_MD_CTX *archive_sha384_ctx; typedef274 typedef Digest_CTX archive_sha384_ctx; typedef276 typedef unsigned char archive_sha384_ctx; typedef416 int (*sha384init)(archive_sha384_ctx *);[all …]
1023 __archive_sha384init(archive_sha384_ctx *ctx) in __archive_sha384init() 1030 __archive_sha384update(archive_sha384_ctx *ctx, const void *indata, in __archive_sha384update() 1038 __archive_sha384final(archive_sha384_ctx *ctx, void *md) in __archive_sha384final() 1047 __archive_sha384init(archive_sha384_ctx *ctx) in __archive_sha384init() 1054 __archive_sha384update(archive_sha384_ctx *ctx, const void *indata, in __archive_sha384update() 1062 __archive_sha384final(archive_sha384_ctx *ctx, void *md) in __archive_sha384final() 1071 __archive_sha384init(archive_sha384_ctx *ctx) in __archive_sha384init() 1078 __archive_sha384update(archive_sha384_ctx *ctx, const void *indata, in __archive_sha384update() 1086 __archive_sha384final(archive_sha384_ctx *ctx, void *md) in __archive_sha384final() 1095 __archive_sha384init(archive_sha384_ctx *ct[all...]
165 archive_sha384_ctx sha384ctx;
105 archive_sha384_ctx ctx; in DEFINE_TEST()