tomcrypt.pkcs

Undocumented in source.

Members

Enums

ltc_pkcs_1_paddings
enum ltc_pkcs_1_paddings
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ltc_pkcs_1_v1_5_blocks
enum ltc_pkcs_1_v1_5_blocks
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

pkcs_1_i2osp
int pkcs_1_i2osp(void* n, c_ulong modulus_len, ubyte* _out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_mgf1
int pkcs_1_mgf1(int hash_idx, ubyte* seed, c_ulong seedlen, ubyte* mask, c_ulong masklen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_oaep_decode
int pkcs_1_oaep_decode(ubyte* msg, c_ulong msglen, ubyte* lparam, c_ulong lparamlen, c_ulong modulus_bitlen, int hash_idx, ubyte* _out, c_ulong* outlen, int* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_oaep_encode
int pkcs_1_oaep_encode(ubyte* msg, c_ulong msglen, ubyte* lparam, c_ulong lparamlen, c_ulong modulus_bitlen, prng_state* prng, int prng_idx, int hash_idx, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_os2ip
int pkcs_1_os2ip(void* n, ubyte* _in, c_ulong inlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_pss_decode
int pkcs_1_pss_decode(ubyte* msghash, c_ulong msghashlen, ubyte* sig, c_ulong siglen, c_ulong saltlen, int hash_idx, c_ulong modulus_bitlen, int* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_pss_encode
int pkcs_1_pss_encode(ubyte* msghash, c_ulong msghashlen, c_ulong saltlen, prng_state* prng, int prng_idx, int hash_idx, c_ulong modulus_bitlen, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_v1_5_decode
int pkcs_1_v1_5_decode(ubyte* msg, c_ulong msglen, int block_type, c_ulong modulus_bitlen, ubyte* _out, c_ulong* outlen, int* is_valid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_1_v1_5_encode
int pkcs_1_v1_5_encode(ubyte* msg, c_ulong msglen, int block_type, c_ulong modulus_bitlen, prng_state* prng, int prng_idx, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_5_alg1
int pkcs_5_alg1(ubyte* password, c_ulong password_len, ubyte* salt, int iteration_count, int hash_idx, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pkcs_5_alg2
int pkcs_5_alg2(ubyte* password, c_ulong password_len, ubyte* salt, c_ulong salt_len, int iteration_count, int hash_idx, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LTC_LTC_PKCS_1_EME
enum LTC_LTC_PKCS_1_EME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LTC_LTC_PKCS_1_EMSA
enum LTC_LTC_PKCS_1_EMSA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LTC_LTC_PKCS_1_OAEP
enum LTC_LTC_PKCS_1_OAEP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LTC_LTC_PKCS_1_PSS
enum LTC_LTC_PKCS_1_PSS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LTC_LTC_PKCS_1_V1_5
enum LTC_LTC_PKCS_1_V1_5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta