HomeSort by: relevance | last modified time | path
    Searched defs:fixed_top (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_key.c 420 int fixed_top; local
500 fixed_top = bn_get_top(order) + 2;
501 if (bn_wexpand(tmp_key, fixed_top) == NULL) {
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_key.c 788 int fixed_top; local
868 fixed_top = bn_get_top(order) + 2;
869 if (bn_wexpand(tmp_key, fixed_top) == NULL) {
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_key.c 697 int fixed_top; local
777 fixed_top = bn_get_top(order) + 2;
778 if (bn_wexpand(tmp_key, fixed_top) == NULL) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
master.c 133 dns_fixedname_t fixed_top; member in struct:dns_loadctx
598 lctx->top = dns_fixedname_initname(&lctx->fixed_top);
  /src/external/mpl/bind/dist/lib/dns/
master.c 133 dns_fixedname_t fixed_top; member in struct:dns_loadctx
561 lctx->top = dns_fixedname_initname(&lctx->fixed_top);

Completed in 21 milliseconds