Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/ext/grpc/
Dchannel_credentials.c129 php_grpc_int cert_chain_length = 0; in PHP_METHOD() local
141 &cert_chain_length) == FAILURE) { in PHP_METHOD()
147 php_grpc_int hashkey_len = root_certs_length + cert_chain_length; in PHP_METHOD()
152 if (cert_chain_length > 0) { in PHP_METHOD()
Dserver_credentials.c70 php_grpc_int cert_chain_length; in PHP_METHOD() local
77 &cert_chain_length) == FAILURE) { in PHP_METHOD()