Home
last modified time | relevance | path

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

/trueos/crypto/openssl/apps/
HDs_client.c219 static int keymatexportlen = 20; variable
1004 keymatexportlen = atoi(*(++argv)); in MAIN()
1005 if (keymatexportlen == 0) in MAIN()
2063 BIO_printf(bio, " Length: %i bytes\n", keymatexportlen); in print_stuff()
2064 exportedkeymat = OPENSSL_malloc(keymatexportlen); in print_stuff()
2067 keymatexportlen, in print_stuff()
2074 for (i = 0; i < keymatexportlen; i++) in print_stuff()
HDs_server.c321 static int keymatexportlen = 20; variable
1393 keymatexportlen = atoi(*(++argv)); in MAIN()
1394 if (keymatexportlen == 0) in MAIN()
2470 BIO_printf(bio_s_out, " Length: %i bytes\n", keymatexportlen); in init_ssl_connection()
2471 exportedkeymat = OPENSSL_malloc(keymatexportlen); in init_ssl_connection()
2474 keymatexportlen, in init_ssl_connection()
2481 for (i = 0; i < keymatexportlen; i++) in init_ssl_connection()