1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
LIBICA_3.0.0 {
global:
_fini;
_init;
s390_initialize_functionlist;
s390_get_functionlist;
ica_get_functionlist;
ica_get_version;
ica_random_number_generate;
ica_des_encrypt;
ica_des_decrypt;
ica_des_ecb;
ica_des_cbc;
ica_des_cbc_cs;
ica_des_ctr;
ica_des_ctrlist;
ica_des_cfb;
ica_des_ofb;
ica_des_cmac;
ica_des_cmac_intermediate;
ica_des_cmac_last;
ica_3des_encrypt;
ica_3des_decrypt;
ica_3des_ecb;
ica_3des_cbc;
ica_3des_cbc_cs;
ica_3des_ctr;
ica_3des_ctrlist;
ica_3des_cfb;
ica_3des_ofb;
ica_3des_cmac;
ica_3des_cmac_intermediate;
ica_3des_cmac_last;
ica_aes_encrypt;
ica_aes_decrypt;
ica_aes_ecb;
ica_aes_cbc;
ica_aes_cbc_cs;
ica_aes_ctr;
ica_aes_ctrlist;
ica_aes_cfb;
ica_aes_ofb;
ica_aes_xts;
ica_aes_ccm;
ica_aes_gcm;
ica_aes_gcm_initialize;
ica_aes_gcm_intermediate;
ica_aes_gcm_last;
ica_aes_cmac;
ica_aes_cmac_intermediate;
ica_aes_cmac_last;
ica_sha1;
ica_sha224;
ica_sha256;
ica_sha384;
ica_sha512;
ica_open_adapter;
ica_close_adapter;
ica_rsa_key_generate_mod_expo;
ica_rsa_key_generate_crt;
ica_rsa_mod_expo;
ica_rsa_crt;
ica_rsa_crt_key_check;
ICA_DRBG_SHA512;
ica_drbg_instantiate;
ica_drbg_generate;
ica_drbg_reseed;
ica_drbg_uninstantiate;
ica_drbg_health_test;
local: *;
};
LIBICA_3.0.0_FIPS {
global:
ica_fips_powerup_tests;
ica_fips_status;
} LIBICA_3.0.0;
LIBICA_3.1.0 {
global:
ica_sha3_224;
ica_sha3_256;
ica_sha3_384;
ica_sha3_512;
ica_shake_128;
ica_shake_256;
local: *;
} LIBICA_3.0.0;
LIBICA_3.2.0 {
global:
ica_aes_gcm_kma_ctx_new;
ica_aes_gcm_kma_init;
ica_aes_gcm_kma_update;
ica_aes_gcm_kma_get_tag;
ica_aes_gcm_kma_verify_tag;
ica_aes_gcm_kma_ctx_free;
local: *;
} LIBICA_3.1.0;
LIBICA_3.3.0 {
global:
ica_set_fallback_mode;
ica_ec_key_new;
ica_ec_key_init;
ica_ec_key_generate;
ica_ec_key_get_public_key;
ica_ec_key_get_private_key;
ica_ec_key_free;
ica_ecdh_derive_secret;
ica_ecdsa_sign;
ica_ecdsa_verify;
ica_mp_mul512;
ica_mp_sqr512;
local: *;
} LIBICA_3.2.0;
LIBICA_3.4.0 {
global:
ica_sha512_224;
ica_sha512_256;
local: *;
} LIBICA_3.3.0;
LIBICA_3.5.0 {
global:
ica_set_offload_mode;
ica_set_stats_mode;
local: *;
} LIBICA_3.4.0;
LIBICA_3.6.0 {
global:
ica_x25519_ctx_new;
ica_x25519_key_set;
ica_x25519_key_get;
ica_x25519_key_gen;
ica_x25519_derive;
ica_x25519_ctx_del;
ica_x448_ctx_new;
ica_x448_key_set;
ica_x448_key_get;
ica_x448_key_gen;
ica_x448_derive;
ica_x448_ctx_del;
ica_ed25519_ctx_new;
ica_ed25519_key_set;
ica_ed25519_key_get;
ica_ed25519_key_gen;
ica_ed25519_sign;
ica_ed25519_verify;
ica_ed25519_ctx_del;
ica_ed448_ctx_new;
ica_ed448_key_set;
ica_ed448_key_get;
ica_ed448_key_gen;
ica_ed448_sign;
ica_ed448_verify;
ica_ed448_ctx_del;
local: *;
} LIBICA_3.5.0;
|