OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crypto_rsa_key
(Results
1 - 11
of
11
) sorted by null
/external/wpa_supplicant/
rsa.h
18
struct
crypto_rsa_key
;
20
struct
crypto_rsa_key
*
22
struct
crypto_rsa_key
*
24
size_t crypto_rsa_get_modulus_len(struct
crypto_rsa_key
*key);
26
struct
crypto_rsa_key
*key, int use_private);
27
void crypto_rsa_free(struct
crypto_rsa_key
*key);
rsa.c
24
struct
crypto_rsa_key
{
struct
68
struct
crypto_rsa_key
*
71
struct
crypto_rsa_key
*key;
132
struct
crypto_rsa_key
*
135
struct
crypto_rsa_key
*key;
233
size_t crypto_rsa_get_modulus_len(struct
crypto_rsa_key
*key)
250
struct
crypto_rsa_key
*key, int use_private)
346
void crypto_rsa_free(struct
crypto_rsa_key
*key)
crypto_internal.c
425
/* Dummy structures; these are just typecast to struct
crypto_rsa_key
*/
516
static int crypto_rsa_encrypt_pkcs1(int block_type, struct
crypto_rsa_key
*key,
537
return crypto_rsa_encrypt_pkcs1(2, (struct
crypto_rsa_key
*) key,
546
return crypto_rsa_encrypt_pkcs1(1, (struct
crypto_rsa_key
*) key,
553
crypto_rsa_free((struct
crypto_rsa_key
*) key);
559
crypto_rsa_free((struct
crypto_rsa_key
*) key);
572
(struct
crypto_rsa_key
*) key, 0) < 0)
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
rsa.h
18
struct
crypto_rsa_key
;
20
struct
crypto_rsa_key
*
22
struct
crypto_rsa_key
*
24
size_t crypto_rsa_get_modulus_len(struct
crypto_rsa_key
*key);
26
struct
crypto_rsa_key
*key, int use_private);
27
void crypto_rsa_free(struct
crypto_rsa_key
*key);
rsa.c
24
struct
crypto_rsa_key
{
struct
69
struct
crypto_rsa_key
*
72
struct
crypto_rsa_key
*key;
133
struct
crypto_rsa_key
*
136
struct
crypto_rsa_key
*key;
235
size_t crypto_rsa_get_modulus_len(struct
crypto_rsa_key
*key)
252
struct
crypto_rsa_key
*key, int use_private)
348
void crypto_rsa_free(struct
crypto_rsa_key
*key)
/external/wpa_supplicant_8/src/tls/
rsa.h
18
struct
crypto_rsa_key
;
20
struct
crypto_rsa_key
*
22
struct
crypto_rsa_key
*
24
size_t crypto_rsa_get_modulus_len(struct
crypto_rsa_key
*key);
26
struct
crypto_rsa_key
*key, int use_private);
27
void crypto_rsa_free(struct
crypto_rsa_key
*key);
pkcs1.h
18
int pkcs1_encrypt(int block_type, struct
crypto_rsa_key
*key,
21
int pkcs1_v15_private_key_decrypt(struct
crypto_rsa_key
*key,
24
int pkcs1_decrypt_public_key(struct
crypto_rsa_key
*key,
rsa.c
23
struct
crypto_rsa_key
{
struct
67
struct
crypto_rsa_key
*
70
struct
crypto_rsa_key
*key;
131
struct
crypto_rsa_key
*
134
struct
crypto_rsa_key
*key;
232
size_t crypto_rsa_get_modulus_len(struct
crypto_rsa_key
*key)
249
struct
crypto_rsa_key
*key, int use_private)
345
void crypto_rsa_free(struct
crypto_rsa_key
*key)
pkcs1.c
85
int pkcs1_encrypt(int block_type, struct
crypto_rsa_key
*key,
101
int pkcs1_v15_private_key_decrypt(struct
crypto_rsa_key
*key,
133
int pkcs1_decrypt_public_key(struct
crypto_rsa_key
*key,
/external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c
24
/* Dummy structures; these are just typecast to struct
crypto_rsa_key
*/
74
return pkcs1_encrypt(2, (struct
crypto_rsa_key
*) key,
83
return pkcs1_v15_private_key_decrypt((struct
crypto_rsa_key
*) key,
92
return pkcs1_encrypt(1, (struct
crypto_rsa_key
*) key,
99
crypto_rsa_free((struct
crypto_rsa_key
*) key);
105
crypto_rsa_free((struct
crypto_rsa_key
*) key);
113
return pkcs1_decrypt_public_key((struct
crypto_rsa_key
*) key,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c
426
/* Dummy structures; these are just typecast to struct
crypto_rsa_key
*/
632
static int crypto_rsa_encrypt_pkcs1(int block_type, struct
crypto_rsa_key
*key,
653
return crypto_rsa_encrypt_pkcs1(2, (struct
crypto_rsa_key
*) key,
662
struct
crypto_rsa_key
*rkey = (struct
crypto_rsa_key
*) key;
695
return crypto_rsa_encrypt_pkcs1(1, (struct
crypto_rsa_key
*) key,
702
crypto_rsa_free((struct
crypto_rsa_key
*) key);
708
crypto_rsa_free((struct
crypto_rsa_key
*) key);
721
(struct
crypto_rsa_key
*) key, 0) < 0)
Completed in 614 milliseconds