Searched refs:STORE_ATTR_INFO_in (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/store/
H A Dstore.h423 int STORE_ATTR_INFO_in(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b);
424 /* Same as STORE_ATTR_INFO_in(), but also checks the attribute values. */
H A Dstr_lib.c1765 int STORE_ATTR_INFO_in(STORE_ATTR_INFO *a, STORE_ATTR_INFO *b) function
1788 if (!STORE_ATTR_INFO_in(a, b)) return 0;

Completed in 89 milliseconds