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

/external/openssl/crypto/engine/
H A Deng_cryptodev.c108 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
995 cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen, BIGNUM *s) function
1051 if (cryptodev_asym(&kop, BN_num_bytes(m), r, 0, NULL)) {
1106 if (cryptodev_asym(&kop, BN_num_bytes(rsa->n), r0, 0, NULL)) {
1208 if (cryptodev_asym(&kop, BN_num_bytes(dsa->q), r,
1252 if (cryptodev_asym(&kop, 0, NULL, 0, NULL) == 0) {

Completed in 203 milliseconds