/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_internal.c | 632 static int crypto_rsa_encrypt_pkcs1(int block_type, struct crypto_rsa_key *key, function 653 return crypto_rsa_encrypt_pkcs1(2, (struct crypto_rsa_key *) key, 695 return crypto_rsa_encrypt_pkcs1(1, (struct crypto_rsa_key *) key,
|
crypto_libtomcrypt.c | 555 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, function 585 return crypto_rsa_encrypt_pkcs1(2, &key->rsa, PK_PUBLIC, in, inlen, 594 return crypto_rsa_encrypt_pkcs1(1, &key->rsa, PK_PRIVATE, in, inlen,
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_libtomcrypt.c | 549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, function 579 return crypto_rsa_encrypt_pkcs1(2, &key->rsa, PK_PUBLIC, in, inlen, 588 return crypto_rsa_encrypt_pkcs1(1, &key->rsa, PK_PRIVATE, in, inlen,
|