Searched refs:own (Results 151 - 158 of 158) sorted by relevance

1234567

/freebsd-12-stable/secure/lib/libcrypto/
H A DMakefile6 .include <bsd.own.mk>
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c613 static int dpp_ecdh(EVP_PKEY *own, EVP_PKEY *peer, argument
622 ctx = EVP_PKEY_CTX_new(own, NULL);
1480 bi->own = 1;
2205 "DPP: Auto-generated own bootstrapping key info: URI %s",
5460 "DPP: netAccessKey in connector does not match own protocol key");
6218 conf->own = 1;
6271 "DPP: Building own configuration/connector with curve %s",
6367 "DPP: Compatible group/netRole in own connector");
6483 wpa_printf(MSG_ERROR, "DPP: Failed to parse own netAccessKey");
6502 "DPP: Failed to base64url decode own signedConnecto
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3484 % It generates no output of its own.
3808 % @item, @tab do not need to be on their own lines, but it will not hurt
4149 % own to delimit the rest of the line, and then take it out again if we
4938 % Remove any glue we may have, we'll be inserting our own.
5033 % If we must, put the page number on a line of its own, and fill out
6885 \newif\ifrettypeownline % typeset return type on its own line?
6888 % are printed on their own line. This affects @deftypefn, @deftypefun,
7010 % then check user option for putting return type on its own line:
7030 % If doing a return type on its own line, we'll have another line.
7070 % put return type on its own lin
[all...]
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex230 their own \dtbeginnode tag. The node ends with an \dtendnode tag, and
/freebsd-12-stable/share/man/man9/
H A DMakefile226 own.9 \
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2391 % It generates no output of its own.
2705 % @item, @tab do not need to be on their own lines, but it will not hurt
3033 % own to delimit the rest of the line, and then take it out again if we
3706 % Remove any glue we may have, we'll be inserting our own.
3798 % If we must, put the page number on a line of its own, and fill out
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp883 to "lua_rawlen", and we add our own defines of that here for older
1019 int own; /* 1 if owned & must be destroyed */ member in struct:__anon8392
1030 int own; /* 1 if owned & must be destroyed */ member in struct:__anon8393
1127 SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L,void *ptr,swig_type_info *type, int own);
1765 if (usr->own) /* if must be destroyed */
1804 usr->own = 0; /* clear our ownership */
2485 SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L,void *ptr,swig_type_info *type, int own) argument
2495 usr->own=own;
2513 usr->own
3112 SWIG_write_ptr_array(lua_State* L,void **array,int size,swig_type_info *type,int own) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc13 // which has to define its own macros:
3345 // symbol accessed by strtoll on our own.
5121 // with its own body.

Completed in 486 milliseconds

1234567