Searched refs:tcmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/
H A Dmkfipsscr.pl594 my $tcmd = $fips_tests{$tnam};
600 if ($tcmd =~ /-f$/)
606 $bufout .= "$tprefix$tcmd \"$req\" \"$rsp\"\n";
607 $_programs{"$tprefix$tcmd.exe"} = 1;
612 ${shwrap}\${TPREFIX}$tcmd "$req" "$rsp" || { echo "$req failure" ; exit 1
616 $_programs{"$tprefix$tcmd"} = 1;
620 if ($tcmd =~ /SALT$/)
630 $tcmd =~ s/SALT$/$sl/;
636 if ($tcmd =~ /SALT$/)
646 $bufout .= "$tprefix$tcmd < \"
[all...]
H A Dfipsalgtest.pl727 my ( $tname, $tcmd, $req, $rsp ) = @$_;
758 my $cmd = "$cmd_prefix$tprefix$tcmd ";
759 if ( $tcmd =~ /-f$/ ) {
777 $tcmd = $verify_special{$tname};
778 $cmd = "$cmd_prefix$tprefix$tcmd ";
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.c104 int mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd,
3262 struct mrsas_tmp_dcmd *tcmd; local
3272 tcmd = malloc(sizeof(struct mrsas_tmp_dcmd), M_MRSAS, M_NOWAIT);
3274 if (mrsas_alloc_tmp_dcmd(sc, tcmd, pd_list_size) != SUCCESS) {
3280 pd_list_mem = tcmd->tmp_dcmd_mem;
3281 pd_list_phys_addr = tcmd->tmp_dcmd_phys_addr;
3318 mrsas_free_tmp_dcmd(tcmd);
3320 free(tcmd, M_MRSAS);
3339 struct mrsas_tmp_dcmd *tcmd; local
3349 tcmd
3406 mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd, int size) argument
[all...]

Completed in 103 milliseconds