Searched refs:format (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | deflate.c | 42 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init() argument 53 if (format) in deflate_comp_init() 71 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init() argument 81 if (format) in deflate_decomp_init() 108 static int __deflate_init(void *ctx, int format) in __deflate_init() argument 112 ret = deflate_comp_init(ctx, format); in __deflate_init() 115 ret = deflate_decomp_init(ctx, format); in __deflate_init() 122 static void *gen_deflate_alloc_ctx(struct crypto_scomp *tfm, int format) in gen_deflate_alloc_ctx() argument 131 ret = __deflate_init(ctx, format); in gen_deflate_alloc_ctx()
|
D | ansi_cprng.c | 62 #define dbgprint(format, args...) do {\ argument 64 printk(format, ##args);\
|
D | Kconfig | 507 that the keys are presented in the same format used by the authenc
|
/crypto/asymmetric_keys/ |
D | Kconfig | 43 This option provides support for parsing X.509 format blobs for key 53 This option provides support for parsing PKCS#8 format blobs for 62 This option provides support for parsing TPM format blobs for 73 This option provides support for parsing PKCS#7 format messages for
|
D | tpm.asn1 | 2 -- Unencryted TPM Blob. For details of the format, see:
|