Lines Matching full:sig
37 .for sig ext url in ${VE_SIGN_URL_LIST:@x@${x:H:H} ${x:H:T} ${x:T}@}
38 SIGN_${sig}:= ${PYTHON} ${${sig}_SIGNER:U${SIGNER}} -u ${url} ${${sig}_SIGN_FLAGS:U-h sha256}
40 VE_SIGNATURE_LIST+= ${sig}
43 _SIGN_${sig}_USE: .USE
44 ${SIGN_${sig}} ${.ALLSRC}
46 _TA_${sig}_USE: .USE
47 ${SIGN_${sig}} -C ${.TARGET}
49 .if ${sig} == "OPENPGP"
50 ta_${sig:tl}.${ext}: _TA_${sig}_USE
51 ta_${ext}.h: ta_${sig:tl}.${ext}
53 ${ext:S/sig/certs/}.pem: _TA_${sig}_USE
55 ta_${ext}.pem: ${ext:S/sig/certs/}.pem _LAST_PEM_USE
59 vc_${ext}.pem: ${ext:S/sig/certs/}.pem _2ndLAST_PEM_USE