Searched defs:cbits (Results 1 – 2 of 2) sorted by relevance
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_locl.h | 81 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ argument 111 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \ argument 128 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \ argument 157 iv_len, cbits, flags, init_key, cleanup, \ argument 164 iv_len, cbits, flags, init_key, cleanup, \ argument 177 nid, block_size, key_len, iv_len, cbits, flags, \ argument 247 block_size, key_len, iv_len, cbits, \ argument 257 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len) \ argument
|
H A D | e_camellia.c | 88 # define IMPLEMENT_CAMELLIA_CFBR(ksize,cbits) IMPLEMENT_CFBR(camellia,Camellia,EVP_CAMELLIA_KEY,… argument
|