| /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| kmac_prov.c | 77 static OSSL_FUNC_mac_init_fn kmac_init; variable 267 static int kmac_init(void *vmacctx, const unsigned char *key, function 601 { OSSL_FUNC_MAC_INIT, (void (*)(void))kmac_init }, 617 { OSSL_FUNC_MAC_INIT, (void (*)(void))kmac_init },
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/ |
| kmac_prov.c | 78 static OSSL_FUNC_mac_init_fn kmac_init; variable 306 static int kmac_init(void *vmacctx, const unsigned char *key, function 664 { OSSL_FUNC_MAC_INIT, (void (*)(void))kmac_init }, \
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| kbkdf.c | 269 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, size_t customlen) function 459 if ((ctx->is_kmac && !kmac_init(ctx->ctx_init, ctx->label, ctx->label_len))
|
| sskdf.c | 182 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, function 256 if (!kmac_init(ctx_init, kmac_custom, kmac_custom_len, kmac_out_len,
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
| sskdf.c | 159 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, function 233 if (!kmac_init(ctx_init, kmac_custom, kmac_custom_len, kmac_out_len,
|