pqc/search/all_a.js
travis-ci b333b7d765 Lastest doxygen docs updated
travis build: 29
	commit: 03f3b4b230
	auto-pushed to gh-pages
2014-06-08 23:33:25 +00:00

43 lines
7.1 KiB
JavaScript

var searchData=
[
['n',['N',['../structntru__params.html#afb8425ee3db2b917b3c4e8d9b75bd3ff',1,'ntru_params']]],
['ntru_2eh',['ntru.h',['../ntru_8h.html',1,'']]],
['ntru_5fabort',['NTRU_ABORT',['../ntru__err_8h.html#ab0f71521e9bc99beab8ece52bb00341a',1,'ntru_err.h']]],
['ntru_5fabort_5fdebug',['NTRU_ABORT_DEBUG',['../ntru__err_8h.html#a5d4dd1c1539c408c0dcd915750e8f224',1,'ntru_err.h']]],
['ntru_5fascii_5fpoly_2ec',['ntru_ascii_poly.c',['../ntru__ascii__poly_8c.html',1,'']]],
['ntru_5fascii_5fpoly_2eh',['ntru_ascii_poly.h',['../ntru__ascii__poly_8h.html',1,'']]],
['ntru_5fcalloc',['ntru_calloc',['../ntru__mem_8c.html#a37e0be4fd8d0b677a41c8287ef47885c',1,'ntru_calloc(size_t nmemb, size_t size): ntru_mem.c'],['../ntru__mem_8h.html#a37e0be4fd8d0b677a41c8287ef47885c',1,'ntru_calloc(size_t nmemb, size_t size): ntru_mem.c']]],
['ntru_5fcommon_2eh',['ntru_common.h',['../ntru__common_8h.html',1,'']]],
['ntru_5fcreate_5fkeypair',['ntru_create_keypair',['../ntru__keypair_8c.html#a6873d41211a92c4f6b0074ef34ae1743',1,'ntru_create_keypair(fmpz_poly_t f, fmpz_poly_t g, keypair *pair, ntru_params *params): ntru_keypair.c'],['../ntru__keypair_8h.html#a6873d41211a92c4f6b0074ef34ae1743',1,'ntru_create_keypair(fmpz_poly_t f, fmpz_poly_t g, keypair *pair, ntru_params *params): ntru_keypair.c'],['../keypair_8h.html#a6873d41211a92c4f6b0074ef34ae1743',1,'ntru_create_keypair(fmpz_poly_t f, fmpz_poly_t g, keypair *pair, ntru_params *params): ntru_keypair.c']]],
['ntru_5fdecrypt_2ec',['ntru_decrypt.c',['../ntru__decrypt_8c.html',1,'']]],
['ntru_5fdecrypt_2eh',['ntru_decrypt.h',['../ntru__decrypt_8h.html',1,'']]],
['ntru_5fdecrypt_5fpoly',['ntru_decrypt_poly',['../ntru__decrypt_8c.html#a41c72f59e37a3c6ef6790eb909555d76',1,'ntru_decrypt_poly(const fmpz_poly_t encr_msg, const fmpz_poly_t priv_key, const fmpz_poly_t priv_key_inv, fmpz_poly_t out_bin, const ntru_params *params): ntru_decrypt.c'],['../ntru__decrypt_8h.html#a8108219b815b18d63672bbc45e76ca31',1,'ntru_decrypt_poly(const fmpz_poly_t encr_msg, const fmpz_poly_t priv_key, const fmpz_poly_t priv_key_inv, fmpz_poly_t out_tern, const ntru_params *params): ntru_decrypt.c']]],
['ntru_5fdecrypt_5fstring',['ntru_decrypt_string',['../ntru__decrypt_8c.html#aa9cc61eec0c119e48762f6078a14527b',1,'ntru_decrypt_string(const string *encr_msg, const fmpz_poly_t priv_key, const fmpz_poly_t priv_key_inv, const ntru_params *params): ntru_decrypt.c'],['../ntru__decrypt_8h.html#aa9cc61eec0c119e48762f6078a14527b',1,'ntru_decrypt_string(const string *encr_msg, const fmpz_poly_t priv_key, const fmpz_poly_t priv_key_inv, const ntru_params *params): ntru_decrypt.c'],['../decrypt_8h.html#aa9cc61eec0c119e48762f6078a14527b',1,'ntru_decrypt_string(const string *encr_msg, const fmpz_poly_t priv_key, const fmpz_poly_t priv_key_inv, const ntru_params *params): ntru_decrypt.c']]],
['ntru_5fdelete_5fkeypair',['ntru_delete_keypair',['../ntru__keypair_8c.html#a5279c4990bc22bb9e735fe36372a6786',1,'ntru_delete_keypair(keypair *pair): ntru_keypair.c'],['../ntru__keypair_8h.html#a5279c4990bc22bb9e735fe36372a6786',1,'ntru_delete_keypair(keypair *pair): ntru_keypair.c'],['../keypair_8h.html#a5279c4990bc22bb9e735fe36372a6786',1,'ntru_delete_keypair(keypair *pair): ntru_keypair.c']]],
['ntru_5fencrypt_2ec',['ntru_encrypt.c',['../ntru__encrypt_8c.html',1,'']]],
['ntru_5fencrypt_2eh',['ntru_encrypt.h',['../ntru__encrypt_8h.html',1,'']]],
['ntru_5fencrypt_5fpoly',['ntru_encrypt_poly',['../ntru__encrypt_8c.html#a0156453c7cab7cf3da259beb1daf914b',1,'ntru_encrypt_poly(const fmpz_poly_t msg_bin, const fmpz_poly_t pub_key, const fmpz_poly_t rnd, fmpz_poly_t out, const ntru_params *params): ntru_encrypt.c'],['../ntru__encrypt_8h.html#a9063450af4b523d202c7628dbac70e68',1,'ntru_encrypt_poly(const fmpz_poly_t msg_tern, const fmpz_poly_t pub_key, const fmpz_poly_t rnd, fmpz_poly_t out, const ntru_params *params): ntru_encrypt.c']]],
['ntru_5fencrypt_5fstring',['ntru_encrypt_string',['../ntru__encrypt_8c.html#a0bb47c0fa0dd4a4cfa0c0f7a722fd554',1,'ntru_encrypt_string(const string *msg, const fmpz_poly_t pub_key, const fmpz_poly_t rnd, const ntru_params *params): ntru_encrypt.c'],['../ntru__encrypt_8h.html#a0bb47c0fa0dd4a4cfa0c0f7a722fd554',1,'ntru_encrypt_string(const string *msg, const fmpz_poly_t pub_key, const fmpz_poly_t rnd, const ntru_params *params): ntru_encrypt.c'],['../encrypt_8h.html#a0bb47c0fa0dd4a4cfa0c0f7a722fd554',1,'ntru_encrypt_string(const string *msg, const fmpz_poly_t pub_key, const fmpz_poly_t rnd, const ntru_params *params): ntru_encrypt.c']]],
['ntru_5ferr_2eh',['ntru_err.h',['../ntru__err_8h.html',1,'']]],
['ntru_5ffile_2ec',['ntru_file.c',['../ntru__file_8c.html',1,'']]],
['ntru_5ffile_2eh',['ntru_file.h',['../ntru__file_8h.html',1,'']]],
['ntru_5fget_5frnd_5ftern_5fpoly_5fnum',['ntru_get_rnd_tern_poly_num',['../ntru__rnd_8c.html#a916a55c609c172ae4e48896032b36e47',1,'ntru_get_rnd_tern_poly_num(fmpz_poly_t poly, const ntru_params *params, uint32_t num_ones, uint32_t num_neg_ones, int(*rnd_int)(void)): ntru_rnd.c'],['../ntru__rnd_8h.html#a916a55c609c172ae4e48896032b36e47',1,'ntru_get_rnd_tern_poly_num(fmpz_poly_t poly, const ntru_params *params, uint32_t num_ones, uint32_t num_neg_ones, int(*rnd_int)(void)): ntru_rnd.c'],['../rnd_8h.html#a916a55c609c172ae4e48896032b36e47',1,'ntru_get_rnd_tern_poly_num(fmpz_poly_t poly, const ntru_params *params, uint32_t num_ones, uint32_t num_neg_ones, int(*rnd_int)(void)): ntru_rnd.c']]],
['ntru_5fkeypair_2ec',['ntru_keypair.c',['../ntru__keypair_8c.html',1,'']]],
['ntru_5fkeypair_2eh',['ntru_keypair.h',['../ntru__keypair_8h.html',1,'']]],
['ntru_5fmalloc',['ntru_malloc',['../ntru__mem_8c.html#a020790bf8b201fde92395cf975c0c691',1,'ntru_malloc(size_t size): ntru_mem.c'],['../ntru__mem_8h.html#a020790bf8b201fde92395cf975c0c691',1,'ntru_malloc(size_t size): ntru_mem.c']]],
['ntru_5fmem_2ec',['ntru_mem.c',['../ntru__mem_8c.html',1,'']]],
['ntru_5fmem_2eh',['ntru_mem.h',['../ntru__mem_8h.html',1,'']]],
['ntru_5fparams',['ntru_params',['../structntru__params.html',1,'ntru_params'],['../ntru__params_8h.html#a2f326c88fc033eca78a47ee8d387c592',1,'ntru_params(): ntru_params.h'],['../ntru_8h.html#a2f326c88fc033eca78a47ee8d387c592',1,'ntru_params(): ntru.h']]],
['ntru_5fparams_2eh',['ntru_params.h',['../ntru__params_8h.html',1,'']]],
['ntru_5fpoly_2ec',['ntru_poly.c',['../ntru__poly_8c.html',1,'']]],
['ntru_5fpoly_2eh',['ntru_poly.h',['../ntru__poly_8h.html',1,'']]],
['ntru_5fpoly_5fascii_2ec',['ntru_poly_ascii.c',['../ntru__poly__ascii_8c.html',1,'']]],
['ntru_5fpoly_5fascii_2eh',['ntru_poly_ascii.h',['../ntru__poly__ascii_8h.html',1,'']]],
['ntru_5frnd_2ec',['ntru_rnd.c',['../ntru__rnd_8c.html',1,'']]],
['ntru_5frnd_2eh',['ntru_rnd.h',['../ntru__rnd_8h.html',1,'']]],
['ntru_5fstring_2ec',['ntru_string.c',['../ntru__string_8c.html',1,'']]],
['ntru_5fstring_2eh',['ntru_string.h',['../ntru__string_8h.html',1,'']]],
['ntru_5fwarn',['NTRU_WARN',['../ntru__err_8h.html#a8b2647533f0e1a6f81e08e8315674d55',1,'ntru_err.h']]],
['ntru_5fwarn_5fdebug',['NTRU_WARN_DEBUG',['../ntru__err_8h.html#abcb6d051074ab3a58c5e9764f927753c',1,'ntru_err.h']]]
];