Searched refs:otmp (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 533 ASN1_OBJECT *otmp; in asn1_ex_i2c() local 567 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c() 568 cont = otmp->data; in asn1_ex_i2c() 569 len = otmp->length; in asn1_ex_i2c()
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 533 ASN1_OBJECT *otmp; in asn1_ex_i2c() local 567 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c() 568 cont = otmp->data; in asn1_ex_i2c() 569 len = otmp->length; in asn1_ex_i2c()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | opt.c | 681 ASN1_OBJECT *otmp; in opt_verify() local 694 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify() 695 if (otmp == NULL) { in opt_verify() 699 if (!X509_VERIFY_PARAM_add0_policy(vpm, otmp)) { in opt_verify() 700 ASN1_OBJECT_free(otmp); in opt_verify()
|
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 538 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() [all...] |
/third_party/libcoap/src/ |
H A D | coap_resource.c | 468 coap_subscription_t *obs, *otmp; local 491 LL_FOREACH_SAFE(resource->subscribers, obs, otmp) { 989 coap_subscription_t *obs, *otmp; local 1000 LL_FOREACH_SAFE(r->subscribers, obs, otmp) { 1272 coap_subscription_t *obs, *otmp; local 1274 LL_FOREACH_SAFE(resource->subscribers, obs, otmp) {
|
/third_party/openssl/apps/lib/ |
H A D | opt.c | 681 ASN1_OBJECT *otmp; in opt_verify() local 694 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify() 695 if (otmp == NULL) { in opt_verify() 699 X509_VERIFY_PARAM_add0_policy(vpm, otmp); in opt_verify()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_lib.c | 330 ASN1_OBJECT *otmp = OBJ_nid2obj(nid); in EVP_CIPHER_get_type() 332 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_get_type() 334 ASN1_OBJECT_free(otmp); in EVP_CIPHER_get_type()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_lib.c | 330 ASN1_OBJECT *otmp = OBJ_nid2obj(nid); in EVP_CIPHER_get_type() 332 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_get_type() 334 ASN1_OBJECT_free(otmp); in EVP_CIPHER_get_type()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 2381 ASN1_OBJECT *otmp; in make_revocation_str() local 2405 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2406 ASN1_OBJECT_free(otmp); in make_revocation_str() 2408 if (otmp == NULL) { in make_revocation_str()
|
/third_party/openssl/apps/ |
H A D | ca.c | 2361 ASN1_OBJECT *otmp; in make_revocation_str() local 2385 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2386 ASN1_OBJECT_free(otmp); in make_revocation_str() 2388 if (otmp == NULL) { in make_revocation_str()
|
Completed in 19 milliseconds