HomeSort by: relevance | last modified time | path
    Searched defs:init_key (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 377 static void init_key(void) function
397 if ((0 == pthread_once) || pthread_once(&once_control, init_key))
  /src/crypto/external/apache2/openssl/dist/test/
modes_internal_test.c 112 static int init_key = 1; local
115 if (init_key) {
117 init_key = 0;
124 static int init_key = 1; local
127 if (init_key) {
129 init_key = 0;
  /src/crypto/external/bsd/openssl/dist/test/
modes_internal_test.c 110 static int init_key = 1; local
113 if (init_key) {
115 init_key = 0;
122 static int init_key = 1; local
125 if (init_key) {
127 init_key = 0;
  /src/crypto/external/bsd/openssl.old/dist/test/
modes_internal_test.c 104 static int init_key = 1; local
107 if (init_key) {
109 init_key = 0;
116 static int init_key = 1; local
119 if (init_key) {
121 init_key = 0;
  /src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.c 1253 char *init_key; local
1270 init_key = tls_proxy_client_init_serialize(attr_print_plain, init_buf,
1276 tlsp_pre_jail_client_init_key = mystrdup(init_key);
1278 || strcmp(tlsp_pre_jail_client_init_key, init_key) != 0) {
1301 htable_find(tlsp_client_app_cache, init_key)) == 0) {
1321 && strcmp(tlsp_pre_jail_client_init_key, init_key) != 0
1332 tlsp_log_config_diff(tlsp_pre_jail_client_init_key, init_key);
1352 (void) htable_enter(tlsp_client_app_cache, init_key,

Completed in 31 milliseconds