HomeSort by relevance Sort by last modified time
    Searched full:ssl_pubkey (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_import.c 34 ltc_asn1_list ssl_pubkey[2]; local
60 LTC_SET_ASN1(ssl_pubkey, 0, LTC_ASN1_SEQUENCE, &ssl_pubkey_hashoid, 2);
61 LTC_SET_ASN1(ssl_pubkey, 1, LTC_ASN1_BIT_STRING, tmpbuf, MAX_RSA_SIZE*8);
64 ssl_pubkey, 2UL) == CRYPT_OK) {
67 for (t = y = z = x = 0; x < ssl_pubkey[1].size; x++) {

Completed in 45 milliseconds