Searched refs:otmp (Results 1 – 4 of 4) sorted by relevance
527 ASN1_OBJECT *otmp; in asn1_ex_i2c() local561 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()562 cont = otmp->data; in asn1_ex_i2c()563 len = otmp->length; in asn1_ex_i2c()
711 ASN1_OBJECT *otmp; in opt_verify() local724 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify()725 if (otmp == NULL) { in opt_verify()729 if (!X509_VERIFY_PARAM_add0_policy(vpm, otmp)) { in opt_verify()730 ASN1_OBJECT_free(otmp); in opt_verify()
309 ASN1_OBJECT *otmp = OBJ_nid2obj(nid); in EVP_CIPHER_get_type()311 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_get_type()313 ASN1_OBJECT_free(otmp); in EVP_CIPHER_get_type()
2347 ASN1_OBJECT *otmp; in make_revocation_str() local2371 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str()2372 ASN1_OBJECT_free(otmp); in make_revocation_str()2374 if (otmp == NULL) { in make_revocation_str()
Completed in 17 milliseconds