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

  /external/openssl/crypto/pkcs7/
pk7_attr.c 108 ASN1_INTEGER *nbit; local
113 if(!(nbit = ASN1_INTEGER_new())) {
117 if(!ASN1_INTEGER_set (nbit, arg)) {
121 alg->parameter->value.integer = nbit;
  /device/moto/stingray/whisper/
SHA_Comm.c 44 uint8_t nbit, cbit; local
48 nbit = (data[counter] & (uint8_t) i) ? 1 : 0;
51 if (nbit ^ cbit)
  /external/dropbear/libtommath/mtest/
mpi.c 2940 unsigned int ndig = (d \/ DIGIT_BIT), nbit = (d % DIGIT_BIT); local
    [all...]

Completed in 401 milliseconds