Searched refs:crypto_rsa_encrypt_pkcs1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, function
583 return crypto_rsa_encrypt_pkcs1(2, &key->rsa, PK_PUBLIC, in, inlen,
592 return crypto_rsa_encrypt_pkcs1(1, &key->rsa, PK_PRIVATE, in, inlen,

Completed in 49 milliseconds