Searched refs:tconversion (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/recipes/ |
H A D | 15-test_ec.t | 33 tconversion( -type => 'ec', -prefix => 'ec-priv', 37 tconversion( -type => 'ec', -prefix => 'ec-pkcs8', 42 tconversion( -type => 'ec', -prefix => 'ec-pub', 48 tconversion( -type => 'pkey', -prefix => 'ec-pkey-priv', 52 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pkcs8', 57 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pub', 63 tconversion( -type => "pkey", -prefix => "ed25519-pkey-priv", 67 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pkcs8", 72 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pub", 77 tconversion( -type => "pkey", -prefix => "ed448-pkey-priv", [all …]
|
H A D | 15-test_dsa.t | 29 tconversion( -type => 'dsa', -prefix => 'dsa-priv', 33 tconversion( -type => 'msb', -prefix => 'dsa-msb-pub', 39 tconversion( -type => 'dsa', -prefix => 'dsa-pkcs8', 44 tconversion( -type => 'dsa', -prefix => 'dsa-pkey-pub',
|
H A D | 15-test_rsa.t | 40 tconversion( -type => $cmd, -prefix => "$cmd-priv", 44 tconversion( -type => $cmd, -prefix => "$cmd-pkcs8", 55 tconversion( -type => 'msb', -prefix => "$cmd-msb-pub", 66 tconversion( -type => 'pvk', -prefix => "$cmd-pvk",
|
H A D | 25-test_pkcs7.t | 23 tconversion( -type => 'p7', -in => srctop_file("test", "testp7.pem"), 27 tconversion( -type => 'p7d', -in => srctop_file("test", "pkcs7-1.pem"),
|
H A D | 25-test_x509.t | 86 tconversion( -type => 'x509', -prefix => 'x509v1', 90 tconversion( -type => 'x509', -prefix => 'x509v3-1', 94 tconversion( -type => 'x509', -prefix => 'x509v3-2',
|
H A D | 25-test_sid.t | 27 tconversion( -type => 'sid', -in => srctop_file("test","testsid.pem"),
|
H A D | 25-test_crl.t | 27 tconversion( -type => "crl", -in => srctop_file("test","testcrl.pem") );
|
H A D | tconversion.pl | 24 sub tconversion { subroutine
|
H A D | 25-test_req.t | 20 require_ok(srctop_file('test', 'recipes', 'tconversion.pl')); 376 tconversion( -type => 'req', -in => $reqfile,
|