HomeSort by relevance Sort by last modified time
    Searched refs:asn1 (Results 1226 - 1250 of 1364) sorted by null

<<41424344454647484950>>

  /prebuilts/go/linux-x86/test/stress/
parsego.go 125 "encoding/asn1",
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 17 "encoding/asn1"
196 // It's never been documented that asn1.Marshal/Unmarshal on rsa.PublicKey works,
199 derBytes2, err := asn1.Marshal(*pub)
206 rest, err := asn1.Unmarshal(derBytes, pub3)
270 // On 64-bit systems, encoding/asn1 will accept the
272 // an error. On 32-bit systems, encoding/asn1 will
515 testUnknownExtKeyUsage := []asn1.ObjectIdentifier{[]int{1, 2, 3}, []int{2, 59, 1}}
564 PolicyIdentifiers: []asn1.ObjectIdentifier{[]int{1, 2, 3}},
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 17 "encoding/asn1"
196 // It's never been documented that asn1.Marshal/Unmarshal on rsa.PublicKey works,
199 derBytes2, err := asn1.Marshal(*pub)
206 rest, err := asn1.Unmarshal(derBytes, pub3)
270 // On 64-bit systems, encoding/asn1 will accept the
272 // an error. On 32-bit systems, encoding/asn1 will
515 testUnknownExtKeyUsage := []asn1.ObjectIdentifier{[]int{1, 2, 3}, []int{2, 59, 1}}
564 PolicyIdentifiers: []asn1.ObjectIdentifier{[]int{1, 2, 3}},
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Sequence.java 17 package android.location.cts.asn1.base;
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
mbedtls_x509_parser.c 25 #include <mbedtls/asn1.h>
  /external/boringssl/src/crypto/asn1/
a_int.c 57 #include <openssl/asn1.h>
94 * This converts an ASN1 INTEGER into its content encoding.
188 /* Convert just ASN1 INTEGER content octets to ASN1_INTEGER structure */
273 OPENSSL_PUT_ERROR(ASN1, i);
280 * This is a version of d2i_ASN1_INTEGER that ignores the sign bit of ASN1
342 OPENSSL_PUT_ERROR(ASN1, i);
366 OPENSSL_PUT_ERROR(ASN1, ERR_R_MALLOC_FAILURE);
440 OPENSSL_PUT_ERROR(ASN1, ASN1_R_NESTED_ASN1_ERROR);
452 OPENSSL_PUT_ERROR(ASN1, ERR_R_MALLOC_FAILURE);
475 OPENSSL_PUT_ERROR(ASN1, ASN1_R_BN_LIB)
    [all...]
asn1_lib.c 57 #include <openssl/asn1.h>
70 OPENSSL_DECLARE_ERROR_REASON(ASN1, UNSUPPORTED_PUBLIC_KEY_TYPE)
73 OPENSSL_DECLARE_ERROR_REASON(ASN1, CONTEXT_NOT_INITIALISED)
74 OPENSSL_DECLARE_ERROR_REASON(ASN1, DIGEST_AND_KEY_TYPE_NOT_SUPPORTED)
75 OPENSSL_DECLARE_ERROR_REASON(ASN1, UNKNOWN_MESSAGE_DIGEST_ALGORITHM)
76 OPENSSL_DECLARE_ERROR_REASON(ASN1, UNKNOWN_SIGNATURE_ALGORITHM)
77 OPENSSL_DECLARE_ERROR_REASON(ASN1, WRONG_PUBLIC_KEY_TYPE)
82 OPENSSL_DECLARE_ERROR_REASON(ASN1, DEPTH_EXCEEDED)
83 OPENSSL_DECLARE_ERROR_REASON(ASN1, ILLEGAL_BITSTRING_FORMAT)
84 OPENSSL_DECLARE_ERROR_REASON(ASN1, ILLEGAL_BOOLEAN
    [all...]
  /external/boringssl/src/crypto/x509/
x509_att.c 58 #include <openssl/asn1.h>
x509name.c 59 #include <openssl/asn1.h>
a_strex.c 62 #include <openssl/asn1.h>
67 #include "../asn1/asn1_locl.h"
t_x509.c 58 #include <openssl/asn1.h>
x509_cmp.c 60 #include <openssl/asn1.h>
x_crl.c 57 #include <openssl/asn1.h>
x_name.c 60 #include <openssl/asn1.h>
69 #include "../asn1/asn1_locl.h"
122 * representing the ASN1. Unfortunately X509_NAME uses a completely different
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
TrustManagerFactoryTest.java 43 import org.bouncycastle.asn1.x509.KeyPurposeId;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 43 import com.android.internal.telephony.uicc.asn1.Asn1Decoder;
44 import com.android.internal.telephony.uicc.asn1.Asn1Node;
45 import com.android.internal.telephony.uicc.asn1.InvalidAsn1DataException;
46 import com.android.internal.telephony.uicc.asn1.TagNotFoundException;
    [all...]
  /tools/apksig/src/test/java/com/android/apksig/internal/asn1/
Asn1BerParserTest.java 17 package com.android.apksig.internal.asn1;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java 48 import com.android.internal.telephony.uicc.asn1.Asn1Node;
49 import com.android.internal.telephony.uicc.asn1.InvalidAsn1DataException;
50 import com.android.internal.telephony.uicc.asn1.TagNotFoundException;
    [all...]
  /external/scapy/scapy/layers/tls/
cert.py 43 from scapy.asn1.asn1 import ASN1_BIT_STRING
44 from scapy.asn1.mib import hash_by_oid
    [all...]
  /external/scapy/scapy/layers/
x509.py 11 from scapy.asn1.asn1 import *
12 from scapy.asn1.ber import *
148 # we include ASN1 bit strings for rare instances of x500 addresses
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 21 #include <openssl/asn1.h>
  /external/boringssl/src/crypto/obj/
obj.c 67 #include <openssl/asn1.h>
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 63 #include <openssl/asn1.h>
  /external/boringssl/src/ssl/
ssl_file.cc 116 #include <openssl/asn1.h>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
CipherSpi.java 24 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;

Completed in 1801 milliseconds

<<41424344454647484950>>