Searched refs:objstr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenSSH-186/
H A Dtest_encrypt.c136 const char *objstr = NULL; local
143 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
145 if (objstr == NULL) {
152 printf("obj str: %s\n\n", objstr);
208 /* assert(strlen(objstr)+23+2*enc->iv_len+13 <= sizeof buf); */
212 //PEM_dek_info(buf, objstr, enc->iv_len, (char *)iv);
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-pem.c703 const char *objstr = NULL; local
710 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
712 if (objstr == NULL) {
760 /* assert(strlen(objstr)+23+2*enc->iv_len+13 <= sizeof buf); */
764 PEM_dek_info(buf, objstr, enc->iv_len, (char *)iv);
876 const char *objstr = NULL; local
892 objstr = OBJ_nid2sn(EVP_CIPHER_nid(enc));
894 if (objstr == NULL) {
938 /* assert(strlen(objstr)+23+2*enc->iv_len+13 <= sizeof buf); */
941 PEM_dek_info(buf, objstr, en
982 const char *objstr = NULL; local
[all...]

Completed in 125 milliseconds