Lines Matching refs:typ
412 # define SHAKE_SET_MD(uname, typ) \ argument
415 ctx->meth = typ##_s390x_md; \
420 # define SHA3_SET_MD(uname, typ) \ argument
423 ctx->meth = typ##_s390x_md; \
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) \