Lines Matching refs:uname
412 # define SHAKE_SET_MD(uname, typ) \ argument
413 if (S390_SHA3_CAPABLE(uname)) { \
414 ctx->pad = S390X_##uname; \
420 # define SHA3_SET_MD(uname, typ) \ argument
421 if (S390_SHA3_CAPABLE(uname)) { \
422 ctx->pad = S390X_##uname; \
461 # define SHAKE_SET_MD(uname, typ) \ argument
468 # define SHA3_SET_MD(uname, typ) \ argument
481 # define SHA3_SET_MD(uname, typ) ctx->meth = sha3_generic_md; argument
483 # define SHAKE_SET_MD(uname, typ) ctx->meth = shake_generic_md; argument
486 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
496 SHA3_SET_MD(uname, typ) \
500 #define SHAKE_newctx(typ, uname, name, bitlen, mdlen, pad) \ argument
512 SHAKE_SET_MD(uname, typ) \
516 #define KMAC_newctx(uname, bitlen, pad) \ argument
517 static OSSL_FUNC_digest_newctx_fn uname##_newctx; \
518 static void *uname##_newctx(void *provctx) \