Searched refs:loc (Results 1 – 1 of 1) sorted by relevance
3177 int loc; in crypto_csr_get_attribute() local3188 loc = X509_REQ_get_attr_by_NID((X509_REQ *) csr, nid, -1); in crypto_csr_get_attribute()3189 if (loc < 0) in crypto_csr_get_attribute()3192 attrib = X509_REQ_get_attr((X509_REQ *) csr, loc); in crypto_csr_get_attribute()