Home
last modified time | relevance | path

Searched refs:xstore (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c22 X509_STORE *xstore = X509_LOOKUP_get_store(lctx); in cache_objects() local
76 ok = X509_STORE_add_cert(xstore, in cache_objects()
80 ok = X509_STORE_add_crl(xstore, in cache_objects()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td661 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB;