Lines Matching refs:uname
411 # define SHAKE_SET_MD(uname, typ) \ argument
412 if (S390_SHA3_CAPABLE(uname)) { \
413 ctx->pad = S390X_##uname; \
419 # define SHA3_SET_MD(uname, typ) \ argument
420 if (S390_SHA3_CAPABLE(uname)) { \
421 ctx->pad = S390X_##uname; \
460 # define SHAKE_SET_MD(uname, typ) \ argument
467 # define SHA3_SET_MD(uname, typ) \ argument
480 # define SHA3_SET_MD(uname, typ) ctx->meth = sha3_generic_md; argument
482 # define SHAKE_SET_MD(uname, typ) ctx->meth = shake_generic_md; argument
485 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
495 SHA3_SET_MD(uname, typ) \
499 #define SHAKE_newctx(typ, uname, name, bitlen, mdlen, pad) \ argument
511 SHAKE_SET_MD(uname, typ) \
515 #define KMAC_newctx(uname, bitlen, pad) \ argument
516 static OSSL_FUNC_digest_newctx_fn uname##_newctx; \
517 static void *uname##_newctx(void *provctx) \