Home
last modified time | relevance | path

Searched refs:otmp (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/evp/
Devp_lib.c121 ASN1_OBJECT *otmp; in EVP_CIPHER_type() local
169 otmp = OBJ_nid2obj(nid); in EVP_CIPHER_type()
170 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_type()
172 ASN1_OBJECT_free(otmp); in EVP_CIPHER_type()
/third_party/openssl/crypto/asn1/
Dtasn_enc.c512 ASN1_OBJECT *otmp; in asn1_ex_i2c() local
546 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()
547 cont = otmp->data; in asn1_ex_i2c()
548 len = otmp->length; in asn1_ex_i2c()
/third_party/openssl/apps/
Dopt.c457 ASN1_OBJECT *otmp; in opt_verify() local
470 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify()
471 if (otmp == NULL) { in opt_verify()
475 X509_VERIFY_PARAM_add0_policy(vpm, otmp); in opt_verify()
Dca.c2303 ASN1_OBJECT *otmp; in make_revocation_str() local
2327 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()
2328 ASN1_OBJECT_free(otmp); in make_revocation_str()
2330 if (otmp == NULL) { in make_revocation_str()
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c538 uint8_t *otmp = NULL; in lws_ssh_parse_plaintext() local
1267 otmp = sshd_zalloc(m); in lws_ssh_parse_plaintext()
1268 if (!otmp) in lws_ssh_parse_plaintext()
1272 n = lws_genrsa_public_decrypt(&ctx, pp, m, otmp, m); in lws_ssh_parse_plaintext()
1278 if (otmp[m] == 0x04 && in lws_ssh_parse_plaintext()
1279 otmp[m + 1] == lws_genhash_size( in lws_ssh_parse_plaintext()
1281 m = (uint32_t)memcmp(&otmp[m + 2], hash, in lws_ssh_parse_plaintext()
1286 if (otmp[m] == 0x30) { in lws_ssh_parse_plaintext()
1291 m += (uint32_t)(otmp[m + 1] + 2); in lws_ssh_parse_plaintext()
1295 free(otmp); in lws_ssh_parse_plaintext()
/third_party/libcoap/src/
Dresource.c495 coap_subscription_t *obs, *otmp; local
512 LL_FOREACH_SAFE( resource->subscribers, obs, otmp ) {
1087 coap_subscription_t *obs, *otmp; local
1089 LL_FOREACH_SAFE(resource->subscribers, obs, otmp) {
/third_party/weston/clients/
Dpresentation-shm.c789 struct output *output, *otmp; in registry_handle_global_remove() local
791 wl_list_for_each_safe(output, otmp, &d->output_list, link) { in registry_handle_global_remove()