Lines Matching defs:custom
96 /* Maximum size of encoded custom string */
126 /* key and custom are stored in encoded form */
128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED];
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len);
237 memcpy(dst->custom, src->custom, dst->custom_len);
264 * md, key and custom. Setting the fields afterwards will have no
298 /* Set default custom string if it is not already set */
308 kctx->custom, kctx->custom_len, block_len)) {
318 kctx->custom, kctx->custom_len, block_len)
438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len,