Searched refs:cryptodev_asym (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
D | eng_cryptodev.c | 108 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) in cryptodev_asym() function 1051 if (cryptodev_asym(&kop, BN_num_bytes(m), r, 0, NULL)) { in cryptodev_bn_mod_exp() 1106 if (cryptodev_asym(&kop, BN_num_bytes(rsa->n), r0, 0, NULL)) { in cryptodev_rsa_mod_exp() 1208 if (cryptodev_asym(&kop, BN_num_bytes(dsa->q), r, in cryptodev_dsa_do_sign() 1252 if (cryptodev_asym(&kop, 0, NULL, 0, NULL) == 0) { in cryptodev_dsa_verify()
|
/external/openssl/crypto/engine/ |
D | eng_cryptodev.c | 108 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) in cryptodev_asym() function 1051 if (cryptodev_asym(&kop, BN_num_bytes(m), r, 0, NULL)) { in cryptodev_bn_mod_exp() 1106 if (cryptodev_asym(&kop, BN_num_bytes(rsa->n), r0, 0, NULL)) { in cryptodev_rsa_mod_exp() 1208 if (cryptodev_asym(&kop, BN_num_bytes(dsa->q), r, in cryptodev_dsa_do_sign() 1252 if (cryptodev_asym(&kop, 0, NULL, 0, NULL) == 0) { in cryptodev_dsa_verify()
|