HomeSort by: relevance | last modified time | path
    Searched refs:oct (Results 1 - 25 of 107) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn_pack.c 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
20 if (oct == NULL || *oct == NULL) {
26 octmp = *oct;
40 if (oct != NULL && *oct == NULL)
41 *oct = octmp;
45 if (oct == NULL || *oct == NULL)
52 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it
    [all...]
evp_asn1.c 54 static ossl_inline void asn1_type_init_oct(ASN1_OCTET_STRING *oct,
57 oct->data = data;
58 oct->type = V_ASN1_OCTET_STRING;
59 oct->length = len;
60 oct->flags = 0;
64 * This function copies 'anum' to 'num' and the data of 'oct' to 'data'.
66 * bytes, but returns the full length of 'oct'; this allows distinguishing
69 static int asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum,
72 int ret = ASN1_STRING_length(oct), n;
83 memcpy(data, ASN1_STRING_get0_data(oct), n)
90 ASN1_OCTET_STRING *oct; member in struct:__anon7
    [all...]
a_type.c 111 ASN1_OCTET_STRING *oct; local
114 oct = ASN1_item_pack(s, it, NULL);
115 if (oct == NULL)
123 ASN1_OCTET_STRING_free(oct);
129 ASN1_TYPE_set(rt, V_ASN1_SEQUENCE, oct);
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn_pack.c 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
20 if (oct == NULL || *oct == NULL) {
26 octmp = *oct;
41 if (oct != NULL && *oct == NULL)
42 *oct = octmp;
46 if (oct == NULL || *oct == NULL)
53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it
    [all...]
evp_asn1.c 54 static ossl_inline void asn1_type_init_oct(ASN1_OCTET_STRING *oct,
57 oct->data = data;
58 oct->type = V_ASN1_OCTET_STRING;
59 oct->length = len;
60 oct->flags = 0;
63 static int asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum,
66 int ret = ASN1_STRING_length(oct), n;
77 memcpy(data, ASN1_STRING_get0_data(oct), n);
84 ASN1_OCTET_STRING *oct; member in struct:__anon1172
89 ASN1_SIMPLE(asn1_int_oct, oct, ASN1_OCTET_STRING
    [all...]
a_type.c 111 ASN1_OCTET_STRING *oct; local
114 oct = ASN1_item_pack(s, it, NULL);
115 if (oct == NULL)
123 ASN1_OCTET_STRING_free(oct);
129 ASN1_TYPE_set(rt, V_ASN1_SEQUENCE, oct);
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn_pack.c 16 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
20 if (oct == NULL || *oct == NULL) {
26 octmp = *oct;
41 if (oct != NULL && *oct == NULL)
42 *oct = octmp;
46 if (oct == NULL || *oct == NULL)
53 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it
    [all...]
evp_asn1.c 51 ASN1_OCTET_STRING *oct; member in struct:__anon1823
56 ASN1_SIMPLE(asn1_int_oct, oct, ASN1_OCTET_STRING)
65 ASN1_OCTET_STRING oct;
68 atmp.oct = &oct;
69 oct.data = data;
70 oct.type = V_ASN1_OCTET_STRING;
71 oct.length = len;
72 oct.flags = 0;
101 ret = ASN1_STRING_length(atmp->oct);
    [all...]
a_type.c 111 ASN1_OCTET_STRING *oct; local
114 oct = ASN1_item_pack(s, it, NULL);
115 if (oct == NULL)
123 ASN1_OCTET_STRING_free(oct);
129 ASN1_TYPE_set(rt, V_ASN1_SEQUENCE, oct);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_skey.c 28 const ASN1_OCTET_STRING *oct)
30 return OPENSSL_buf2hexstr(oct->data, oct->length);
36 ASN1_OCTET_STRING *oct; local
39 if ((oct = ASN1_OCTET_STRING_new()) == NULL) {
44 if ((oct->data = OPENSSL_hexstr2buf(str, &length)) == NULL) {
45 ASN1_OCTET_STRING_free(oct);
49 oct->length = length;
51 return oct;
58 ASN1_OCTET_STRING *oct; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_skid.c 28 const ASN1_OCTET_STRING *oct)
30 return OPENSSL_buf2hexstr(oct->data, oct->length);
36 ASN1_OCTET_STRING *oct; local
39 if ((oct = ASN1_OCTET_STRING_new()) == NULL) {
44 if ((oct->data = OPENSSL_hexstr2buf(str, &length)) == NULL) {
45 ASN1_OCTET_STRING_free(oct);
49 oct->length = length;
51 return oct;
56 ASN1_OCTET_STRING *oct; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_skid.c 28 const ASN1_OCTET_STRING *oct)
30 return OPENSSL_buf2hexstr(oct->data, oct->length);
36 ASN1_OCTET_STRING *oct; local
39 if ((oct = ASN1_OCTET_STRING_new()) == NULL) {
44 if ((oct->data = OPENSSL_hexstr2buf(str, &length)) == NULL) {
45 ASN1_OCTET_STRING_free(oct);
49 oct->length = length;
51 return oct;
57 ASN1_OCTET_STRING *oct; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_decr.c 84 const ASN1_OCTET_STRING *oct, int zbuf)
91 if (!PKCS12_pbe_crypt(algor, pass, passlen, oct->data, oct->length,
129 ASN1_OCTET_STRING *oct = NULL; local
133 if ((oct = ASN1_OCTET_STRING_new()) == NULL) {
142 if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data,
143 &oct->length, 1)) {
151 return oct;
153 ASN1_OCTET_STRING_free(oct);
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-ostream.cc 86 { "0", "0", ios::oct },
87 { "0", "0", ios::oct | ios::showbase },
117 { "123", "173", ios::oct },
118 { "123", "173", ios::oct | ios::uppercase },
119 { "123", "0173", ios::oct | ios::showbase },
120 { "123", "0173", ios::oct | ios::showbase | ios::uppercase },
121 { "-123", "-0173", ios::oct | ios::showbase },
122 { "-123", "-0173", ios::oct | ios::showbase | ios::uppercase },
138 // no negatives or showpos in hex or oct
140 || (data[i].flags & ios::basefield) == ios::oct)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-lex.l 36 oct 0[0-7]+
47 {oct} { yylval.imm = strtoull (yytext + 1, 0, 8); return INTEGER; }
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-lex.l 36 oct 0[0-7]+
47 {oct} { yylval.imm = strtoull (yytext + 1, 0, 8); return INTEGER; }
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
long_long.c 66 long long bin, oct, dec, hex; member in struct:__anon20883
72 val.oct = 01234567123456701234567LL; /* = 21+ octal digits */
76 val.hex = val.bin - val.dec | val.oct;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
long_long.c 66 long long bin, oct, dec, hex; member in struct:__anon558
72 val.oct = 01234567123456701234567LL; /* = 21+ octal digits */
76 val.hex = val.bin - val.dec | val.oct;
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/
p12_decr.c 140 const ASN1_OCTET_STRING *oct, int zbuf,
149 if (oct == NULL) {
154 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, oct->data, oct->length,
176 const ASN1_OCTET_STRING *oct, int zbuf)
178 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf,
194 ASN1_OCTET_STRING *oct = NULL; local
198 if ((oct = ASN1_OCTET_STRING_new()) == NULL) {
207 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, in, inlen, &oct->data,
208 &oct->length, 1, ctx, propq))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
p12_decr.c 131 const ASN1_OCTET_STRING *oct, int zbuf,
140 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, oct->data, oct->length,
160 const ASN1_OCTET_STRING *oct, int zbuf)
162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf,
178 ASN1_OCTET_STRING *oct = NULL; local
182 if ((oct = ASN1_OCTET_STRING_new()) == NULL) {
191 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, in, inlen, &oct->data,
192 &oct->length, 1, ctx, propq)) {
200 return oct;
    [all...]
  /src/usr.bin/chflags/
chflags.c 67 int Hflag, Lflag, Rflag, ch, fts_options, dflag, hflag, oct, rval; local
126 oct = 1;
131 oct = 0;
180 if (oct)
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_oct.c 373 ASN1_OCTET_STRING *oct = NULL; local
378 if (d2i_ASN1_OCTET_STRING(&oct, &p, len) == NULL)
381 p = oct->data;
382 if ((sk = o2i_SCT_LIST(a, &p, oct->length)) != NULL)
385 ASN1_OCTET_STRING_free(oct);
391 ASN1_OCTET_STRING oct; local
394 oct.data = NULL;
395 if ((oct.length = i2o_SCT_LIST(a, &oct.data)) == -1)
398 len = i2d_ASN1_OCTET_STRING(&oct, out)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_oct.c 379 ASN1_OCTET_STRING *oct = NULL; local
384 if (d2i_ASN1_OCTET_STRING(&oct, &p, len) == NULL)
387 p = oct->data;
388 if ((sk = o2i_SCT_LIST(a, &p, oct->length)) != NULL)
391 ASN1_OCTET_STRING_free(oct);
397 ASN1_OCTET_STRING oct; local
400 oct.data = NULL;
401 if ((oct.length = i2o_SCT_LIST(a, &oct.data)) == -1)
404 len = i2d_ASN1_OCTET_STRING(&oct, out)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_oct.c 379 ASN1_OCTET_STRING *oct = NULL; local
384 if (d2i_ASN1_OCTET_STRING(&oct, &p, len) == NULL)
387 p = oct->data;
388 if ((sk = o2i_SCT_LIST(a, &p, oct->length)) != NULL)
391 ASN1_OCTET_STRING_free(oct);
397 ASN1_OCTET_STRING oct; local
400 oct.data = NULL;
401 if ((oct.length = i2o_SCT_LIST(a, &oct.data)) == -1)
404 len = i2d_ASN1_OCTET_STRING(&oct, out)
    [all...]
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 125 int oct; local
128 for (oct = 7; oct >= -8 && rate < base; oct--)
132 return (oct << 11) & 0xf800;
150 oct++;
164 return ((oct << 11) & 0xf800) + fns;

Completed in 35 milliseconds

1 2 3 4 5