Searched refs:result (Results 226 - 250 of 3799) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_quote2.c33 TPM_RESULT result; local
55 if ((result = obj_tpm_get_tsp_context(hTPM, &tspContext)))
56 return result;
63 if ((result = obj_rsakey_get_policy(hIdentKey, TSS_POLICY_USAGE, &hPolicy, &usesAuth)))
64 return result;
67 if ((result = obj_rsakey_get_tcs_handle(hIdentKey, &tcsKeyHandle)))
68 return result;
75 if ((result = get_local_random(tspContext, FALSE, sizeof(TPM_NONCE),
77 return result;
91 if ((result
[all...]
H A Dtspi_selftest.c28 TSS_RESULT result; local
31 if ((result = obj_tpm_get_tsp_context(hTPM, &tspContext)))
32 return result;
42 TCPA_RESULT result; local
60 if ((result = obj_tpm_get_tsp_context(hTPM, &tspContext)))
61 return result;
63 if ((result = obj_rsakey_get_policy(hKey, TSS_POLICY_USAGE,
65 return result;
67 if ((result = obj_rsakey_get_tcs_handle(hKey, &keyTCSKeyHandle)))
68 return result;
186 TSS_RESULT result; local
[all...]
H A Dtsp_certify.c37 TSS_RESULT result; local
47 if ((result = obj_context_transport_init(tspContext)))
48 return result;
52 if ((result = obj_tcskey_get_pubkeyhash(certHandle, pubKeyHash1.digest)))
53 return result;
55 if ((result = obj_tcskey_get_pubkeyhash(keyHandle, pubKeyHash2.digest)))
56 return result;
58 result = Trspi_HashInit(&hashCtx, TSS_HASH_SHA1);
59 result |= Trspi_Hash_DIGEST(&hashCtx, pubKeyHash1.digest);
60 result |
[all...]
H A Dtsp_changeauth.c82 TSS_RESULT result; local
86 if ((result = authsess_xsap_init(tspContext, hObjectToChange, hNewPolicy,
89 return result;
92 result = Trspi_HashInit(&hashCtx, TSS_HASH_SHA1);
93 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ChangeAuthOwner);
94 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_PID_ADCP);
95 result |= Trspi_Hash_ENCAUTH(&hashCtx, xsap->encAuthUse.authdata);
96 result |= Trspi_Hash_UINT16(&hashCtx, TCPA_ET_OWNER);
97 if ((result |= Trspi_HashFinal(&hashCtx, digest.digest)))
100 if ((result
128 TSS_RESULT result; local
176 TSS_RESULT result; local
273 TSS_RESULT result; local
378 TSS_RESULT result; local
451 TSS_RESULT result; local
[all...]
H A Dtsp_asym.c36 TSS_RESULT result; local
43 if ((result = obj_rsakey_get_tsp_context(key, &tspContext)))
44 return result;
46 if ((result = obj_rsakey_get_pub_blob(key, &blobLen, &blob)))
47 return result;
50 if ((result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pubKey))) {
52 return result;
57 result = TSPERR(TSS_E_ENC_INVALID_LENGTH);
63 if ((result = Trspi_RSA_PKCS15_Encrypt(inData, inDataLen, outData, outDataLen,
67 if ((result
90 TSS_RESULT result; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/time/
H A Dtimedb.c34 #include <isc/result.h>
63 isc_result_t result; local
85 result = dns_sdb_putrr(lookup, "txt", 1, buf);
86 if (result != ISC_R_SUCCESS)
89 result = dns_sdb_putrr(lookup, "cname", 1, "time");
90 if (result != ISC_R_SUCCESS)
93 result = dns_sdb_putrr(lookup, "dname", 1, "@");
94 if (result != ISC_R_SUCCESS)
107 isc_result_t result; local
112 result
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dfunc-vararg-mixed-2.c18 _Decimal32 result; local
25 result = va_arg (ap, _Decimal32);
28 return result;
35 _Decimal64 result; local
43 result = va_arg (ap, _Decimal64);
46 return result;
53 _Decimal128 result; local
58 result = va_arg (ap, _Decimal128);
61 return result;
68 unsigned int result; local
82 float result; local
[all...]
H A Dfunc-vararg-mixed.c15 _Decimal32 result; local
22 result = va_arg (ap, _Decimal32);
25 return result;
32 _Decimal64 result; local
40 result = va_arg (ap, _Decimal64);
43 return result;
50 _Decimal128 result; local
55 result = va_arg (ap, _Decimal128);
58 return result;
65 unsigned int result; local
79 float result; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ek.c38 TSS_RESULT result; local
53 result = sendTCSDPacket(hte);
55 if (result == TSS_SUCCESS)
56 result = hte->comm.hdr.u.result;
58 if (result == TSS_SUCCESS) {
60 result = TSPERR(TSS_E_INTERNAL_ERROR);
67 result = TSPERR(TSS_E_OUTOFMEMORY);
72 result = TSPERR(TSS_E_INTERNAL_ERROR);
77 result
92 TSS_RESULT result; local
139 TSS_RESULT result; local
171 TSS_RESULT result; local
228 TSS_RESULT result; local
286 TSS_RESULT result; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dfsaccess_test.c32 #include <isc/result.h>
39 isc_result_t result; local
57 result = isc_fsaccess_set(PATH, access);
58 if (result != ISC_R_SUCCESS)
59 fprintf(stderr, "result = %s\n", isc_result_totext(result));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr10392-1.c35 const char *result; local
48 result = use(item[i]);
53 result = use(result);
55 return result;
H A Dpr29683.c31 int result; local
33 result = GetConst (filler, a);
34 VerifyValues (filler, 0, a.mbr1, result);
39 agg2 result = {123, 456}; local
40 RunTest (result);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c5 vector unsigned char result, new_bit; local
40 result = vec_vperm(input, input, control1);
41 result = vec_rl(result, rotate1);
45 result = vec_sel(result, new_bit, select2);
49 result = vec_sel(result, new_bit, select3);
53 result = vec_sel(result, new_bi
78 vector unsigned char result = permute_128(input); local
[all...]
H A Dx-05.c38 vector unsigned char result, new_bit; local
41 result = vec_vperm(input, input, control1);
42 result = vec_rl(result, rotate1);
46 result = vec_sel(result, new_bit, select2);
50 result = vec_sel(result, new_bit, select3);
54 result = vec_sel(result, new_bi
79 vector unsigned char result = permute_128(input); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/rx/
H A Dbuiltins.c70 #define CHECK_0ARG(func, result) \
71 if (func () != result) \
73 printf (#func " () fails: %x not %x\n", func (), result); \
77 #define CHECK_1ARG(func, arg, result) \
78 if (func (arg) != result) \
80 printf (#func " (" #arg ") fails: %x not %x\n", func (arg), result); \
84 #define CHECK_2ARG(func, arg1, arg2, result) \
85 if (func (arg1, arg2) != result) \
88 func (arg1, arg2), result); \
92 #define CHECK_3ARG(func, arg1, arg2, arg3, result) \
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr10392-1.c35 const char *result; local
48 result = use(item[i]);
53 result = use(result);
55 return result;
H A Dpr29683.c31 int result; local
33 result = GetConst (filler, a);
34 VerifyValues (filler, 0, a.mbr1, result);
39 agg2 result = {123, 456}; local
40 RunTest (result);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c5 vector unsigned char result, new_bit; local
40 result = vec_vperm(input, input, control1);
41 result = vec_rl(result, rotate1);
45 result = vec_sel(result, new_bit, select2);
49 result = vec_sel(result, new_bit, select3);
53 result = vec_sel(result, new_bi
78 vector unsigned char result = permute_128(input); local
[all...]
H A Dx-05.c38 vector unsigned char result, new_bit; local
41 result = vec_vperm(input, input, control1);
42 result = vec_rl(result, rotate1);
46 result = vec_sel(result, new_bit, select2);
50 result = vec_sel(result, new_bit, select3);
54 result = vec_sel(result, new_bi
79 vector unsigned char result = permute_128(input); local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dulimit.c47 long int new_limit, result; local
51 result = -1L;
55 result = (long int)(rlimit.rlim_cur / 512);
61 result = new_limit;
69 return (result);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dconcatenate.c16 /* The result is dynamically allocated and should be passed to myfree()
45 char *result; local
62 result = mymalloc(len + 1);
64 strcpy(result, arg0);
66 strcat(result, arg);
68 return (result);
H A Dunescape.c11 /* VSTRING *unescape(result, input)
12 /* VSTRING *result;
15 /* VSTRING *escape(result, input, len)
16 /* VSTRING *result;
21 /* string \fIinput\fR and places the result in \fIresult\fR. The result
22 /* is null-terminated, and is the function result value.
71 VSTRING *unescape(VSTRING *result, const char *data) argument
80 VSTRING_RESET(result);
127 VSTRING_ADDCH(result, c
135 escape(VSTRING *result, const char *data, ssize_t len) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/pgsql/
H A Dzonetodb.c30 #include <isc/result.h>
40 #include <dns/result.h>
66 check_result(isc_result_t result, const char *message) { argument
67 if (result != ISC_R_SUCCESS) {
69 isc_result_totext(result));
99 isc_result_t result; local
103 result = dns_name_totext(name, ISC_TRUE, &b);
104 check_result(result, "dns_name_totext");
109 result = dns_rdatatype_totext(rdata->type, &b);
110 check_result(result, "dns_rdatatype_totex
149 isc_result_t result; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drriterator.c37 #include <dns/result.h>
48 isc_result_t result; local
55 result = dns_db_createiterator(it->db, 0, &it->dbit);
56 if (result != ISC_R_SUCCESS)
57 return (result);
63 it->result = ISC_R_SUCCESS;
64 return (it->result);
77 it->result = dns_dbiterator_first(it->dbit);
83 while (it->result == ISC_R_SUCCESS) {
84 it->result
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_bind.c40 TSS_RESULT result; local
46 if ((result = ctx_verify_context(hContext)))
51 if ((result = auth_mgr_check(hContext, &privAuth->AuthHandle)))
58 if ((result = ensureKeyIsLoaded(hContext, keyHandle, &keySlot)))
61 if ((result = tpm_rqu_build(TPM_ORD_UnBind, &offset, txBlob, keySlot, inDataSize, inData,
63 return result;
65 if ((result = req_mgr_submit_req(txBlob)))
68 result = UnloadBlob_Header(txBlob, &paramSize);
69 if (!result) {
70 result
[all...]

Completed in 244 milliseconds

1234567891011>>