Searched refs:staple_len (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libtls/ |
| D | tls_config.c | 390 const uint8_t *staple, size_t staple_len) in tls_config_add_keypair_mem_internal() argument 403 staple_len) != 0) in tls_config_add_keypair_mem_internal() 434 size_t staple_len) in tls_config_add_keypair_ocsp_mem() argument 437 key_len, staple, staple_len); in tls_config_add_keypair_ocsp_mem() 666 const uint8_t *staple, size_t staple_len) in tls_config_set_keypair_mem_internal() argument 673 (tls_config_set_ocsp_staple_mem(config, staple, staple_len) != 0)) in tls_config_set_keypair_mem_internal() 706 const uint8_t *staple, size_t staple_len) in tls_config_set_keypair_ocsp_mem() argument 709 key, key_len, staple, staple_len); in tls_config_set_keypair_ocsp_mem()
|
| D | tls.h | 146 const uint8_t *_staple, size_t staple_len);
|