Searched refs:crypto_poly1305_init (Results 1 – 10 of 10) sorted by relevance
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/ |
H A D | poly1305_generic.c | 22 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function 119 .init = crypto_poly1305_init,
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/ |
H A D | poly1305_generic.c | 22 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function 119 .init = crypto_poly1305_init,
|
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/ |
H A D | poly1305_generic.c | 22 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function 119 .init = crypto_poly1305_init,
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/crypto/ |
H A D | poly1305_glue.c | 217 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function 247 .init = crypto_poly1305_init,
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/crypto/ |
H A D | poly1305_glue.c | 217 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function 247 .init = crypto_poly1305_init,
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/crypto/ |
H A D | poly1305_glue.c | 217 static int crypto_poly1305_init(struct shash_desc *desc) in crypto_poly1305_init() function 247 .init = crypto_poly1305_init,
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/src/deprecated/ |
H A D | aead-incr.c | 178 crypto_poly1305_init (&ctx->poly , auth_key); in crypto_lock_init()
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/src/ |
H A D | monocypher.h | 290 void crypto_poly1305_init (crypto_poly1305_ctx *ctx, const uint8_t key[32]);
|
H A D | monocypher.c | 392 void crypto_poly1305_init(crypto_poly1305_ctx *ctx, const u8 key[32]) in crypto_poly1305_init() function 468 crypto_poly1305_init (&ctx, key); in crypto_poly1305() 2973 crypto_poly1305_init (&poly_ctx, auth_key); in lock_auth()
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/ |
H A D | test.c | 478 crypto_poly1305_init(&ctx, key);
|