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

  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_hash_oid.c 24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509V2CRLGenerator.java 142 String OID,
146 this.addExtension(new DERObjectIdentifier(OID), critical, value);
153 DERObjectIdentifier OID,
175 this.addExtension(OID, critical, bOut.toByteArray());
182 String OID,
186 this.addExtension(new DERObjectIdentifier(OID), critical, value);
193 DERObjectIdentifier OID,
203 extensions.put(OID, new X509Extension(critical, new DEROctetString(value)));
204 extOrdering.addElement(OID);
X509V3CertificateGenerator.java 156 String OID,
160 this.addExtension(new DERObjectIdentifier(OID), critical, value);
167 DERObjectIdentifier OID,
189 this.addExtension(OID, critical, bOut.toByteArray());
198 String OID,
202 this.addExtension(new DERObjectIdentifier(OID), critical, value);
209 DERObjectIdentifier OID,
219 extensions.put(OID, new X509Extension(critical, new DEROctetString(value)));
220 extOrdering.addElement(OID);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
X509V2CRLGenerator.java 172 * Set the signature algorithm. This can be either a name or an OID, names
200 String OID,
204 this.addExtension(new DERObjectIdentifier(OID), critical, value);
211 DERObjectIdentifier OID,
233 this.addExtension(OID, critical, bOut.toByteArray());
240 String OID,
244 this.addExtension(new DERObjectIdentifier(OID), critical, value);
251 DERObjectIdentifier OID,
261 extensions.put(OID, new X509Extension(critical, new DEROctetString(value)));
262 extOrdering.addElement(OID);
    [all...]
X509V2AttributeCertificateGenerator.java 104 * Set the signature algorithm. This can be either a name or an OID, names
152 String OID,
157 this.addExtension(OID, critical, value.getEncoded());
166 String OID,
176 DERObjectIdentifier oid = new DERObjectIdentifier(OID); local
178 extensions.put(oid, new X509Extension(critical, new DEROctetString(value)));
179 extOrdering.addElement(oid);
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_sign_hash.c 93 SEQUENCE {hashoid OID
99 LTC_SET_ASN1(digestinfo, 0, LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash_idx].OID, hash_descriptor[hash_idx].OIDlen);
rsa_verify_hash.c 122 /* now we must decode out[0...outlen-1] using ASN.1, test the OID and then test the hash */
125 SEQUENCE {hashoid OID
141 /* test OID */
143 (XMEMCMP(digestinfo[0].data, hash_descriptor[hash_idx].OID, sizeof(unsigned long) * hash_descriptor[hash_idx].OIDlen) == 0) &&
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_encrypt_key.c 112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_encrypt_key.c 112 LTC_ASN1_OBJECT_IDENTIFIER, hash_descriptor[hash].OIDlen, hash_descriptor[hash].OID,
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 169 private byte[] getExtensionValue(X509Certificate cert, String OID) {
171 byte[] bytes = cert.getExtensionValue(OID);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 159 /** ASN.1 OID */
160 unsigned long OID[16];
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 244 milliseconds