HomeSort by relevance Sort by last modified time
    Searched refs:pub_exp (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/evp/
p_rsa.c 77 BIGNUM *pub_exp; member in struct:__anon5820
119 if (sctx->pub_exp) {
120 dctx->pub_exp = BN_dup(sctx->pub_exp);
121 if (!dctx->pub_exp) {
148 BN_free(rctx->pub_exp);
406 BN_free(rctx->pub_exp);
407 rctx->pub_exp = p2;
485 if (!rctx->pub_exp) {
486 rctx->pub_exp = BN_new()
    [all...]
  /external/webrtc/webrtc/base/
sslidentity.cc 45 params_.rsa.pub_exp = kRsaDefaultExponent;
52 KeyParams KeyParams::RSA(int mod_size, int pub_exp) {
55 kt.params_.rsa.pub_exp = pub_exp;
70 params_.rsa.pub_exp > params_.rsa.mod_size);
sslidentity.h 130 unsigned int pub_exp; member in struct:rtc::RSAParams
142 int pub_exp = kRsaDefaultExponent);
opensslidentity.cc 54 !BN_set_word(exponent, key_params.rsa_params().pub_exp) ||

Completed in 100 milliseconds