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

/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_lib.c1003 i = s->meth->store_object(s, STORE_OBJECT_TYPE_NUMBER, object,
1024 if (!s->meth->modify_object(s, STORE_OBJECT_TYPE_NUMBER,
1044 object = s->meth->get_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
1062 if (!s->meth->delete_object(s, STORE_OBJECT_TYPE_NUMBER, attributes,
1180 case STORE_OBJECT_TYPE_NUMBER:
H A Dstore.h159 STORE_OBJECT_TYPE_NUMBER = 0x05, /* BIGNUM * */ enumerator in enum:STORE_object_types

Completed in 167 milliseconds