Functions
pkcs1.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pkcs1_decrypt_public_key (struct crypto_rsa_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len)
int pkcs1_encrypt (int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen)
int pkcs1_v15_private_key_decrypt (struct crypto_rsa_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen)

Function Documentation

int pkcs1_decrypt_public_key ( struct crypto_rsa_key key,
const u8 *  crypt,
size_t  crypt_len,
u8 *  plain,
size_t *  plain_len 
)

Definition at line 133 of file pkcs1.c.

int pkcs1_encrypt ( int  block_type,
struct crypto_rsa_key key,
int  use_private,
const u8 *  in,
size_t  inlen,
u8 *  out,
size_t *  outlen 
)

Definition at line 85 of file pkcs1.c.

int pkcs1_v15_private_key_decrypt ( struct crypto_rsa_key key,
const u8 *  in,
size_t  inlen,
u8 *  out,
size_t *  outlen 
)

Definition at line 101 of file pkcs1.c.



wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:34:39